From 917f6e2facc4f5261d716281ead6c004e320826f Mon Sep 17 00:00:00 2001 From: Nate Sales Date: Sun, 11 Jul 2021 18:47:09 -0700 Subject: [PATCH] fix: dnsdist docs quickstart typo --- pdns/dnsdistdist/docs/quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsdistdist/docs/quickstart.rst b/pdns/dnsdistdist/docs/quickstart.rst index f0246e3ede..1b7d8112da 100644 --- a/pdns/dnsdistdist/docs/quickstart.rst +++ b/pdns/dnsdistdist/docs/quickstart.rst @@ -8,9 +8,9 @@ Running in the Foreground After :doc:`installing ` dnsdist, the quickest way to start experimenting is launching it on the foreground with:: - dnsdist -l 127.0.0.1:5300 9.9.9.9 2620:fe::fe2620:fe::9 + dnsdist -l 127.0.0.1:5300 9.9.9.9 2620:fe::fe 2620:fe::9 -This will make dnsdist listen on IP address 127.0.0.1, port 5300 and forward all queries to the two listed IP addresses, with a sensible balancing policy. +This will make dnsdist listen on IP address 127.0.0.1, port 5300 and forward all queries to the three listed IP addresses, with a sensible balancing policy. ``dnsdist`` Console and Configuration ------------------------------------- -- 2.47.2