From 07ba416cf9a53cac60686632cde9660a4163ef77 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Fri, 27 Oct 2017 00:07:46 +0200 Subject: [PATCH] dnsdist: fix ports used in console guide --- pdns/dnsdistdist/docs/guides/console.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/guides/console.rst b/pdns/dnsdistdist/docs/guides/console.rst index e22a56b1c..e623c2d8d 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`:: -- 2.40.0