From: Chris Hofstaedtler Date: Thu, 26 Oct 2017 22:07:46 +0000 (+0200) Subject: dnsdist: fix ports used in console guide X-Git-Tag: rec-4.1.0-rc2~12^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5865%2Fhead;p=thirdparty%2Fpdns.git dnsdist: fix ports used in console guide --- diff --git a/pdns/dnsdistdist/docs/guides/console.rst b/pdns/dnsdistdist/docs/guides/console.rst index e22a56b1c2..e623c2d8d3 100644 --- a/pdns/dnsdistdist/docs/guides/console.rst +++ b/pdns/dnsdistdist/docs/guides/console.rst @@ -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`::