From: Nate Sales Date: Mon, 12 Jul 2021 01:47:09 +0000 (-0700) Subject: fix: dnsdist docs quickstart typo X-Git-Tag: dnsdist-1.7.0-alpha1~95^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10578%2Fhead;p=thirdparty%2Fpdns.git fix: dnsdist docs quickstart typo --- 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 -------------------------------------