]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix: dnsdist docs quickstart typo 10578/head
authorNate Sales <nate@natesales.net>
Mon, 12 Jul 2021 01:47:09 +0000 (18:47 -0700)
committerNate Sales <nate@natesales.net>
Mon, 12 Jul 2021 01:47:09 +0000 (18:47 -0700)
pdns/dnsdistdist/docs/quickstart.rst

index f0246e3ede011ed00d0734cd3a39950cb975c02c..1b7d8112dad7ad16580a524abdb641b081dbde95 100644 (file)
@@ -8,9 +8,9 @@ Running in the Foreground
 
 After :doc:`installing <install>` 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
 -------------------------------------