]> granicus.if.org Git - pdns/commitdiff
dnsdist: fix ports used in console guide
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Thu, 26 Oct 2017 22:07:46 +0000 (00:07 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Thu, 26 Oct 2017 22:07:46 +0000 (00:07 +0200)
pdns/dnsdistdist/docs/guides/console.rst

index e22a56b1c29f874258b1b152614f92772815f800..e623c2d8d3d32e1e9bc93763652b859bc6fd02d0 100644 (file)
@@ -9,7 +9,7 @@ The console can be enabled with :func:`controlSocket`:
 
 .. code-block:: lua
 
-  controlSocket('192.0.2.53:5900')
+  controlSocket('192.0.2.53:5199')
 
 To enable encryption, first generate a key with :func:`makeKey`::