From: Remi Gacogne Date: Wed, 22 Jun 2016 13:17:14 +0000 (+0200) Subject: dnsdist: doc: `{add,set}Local()` TCP parameter defaults to true X-Git-Tag: auth-4.0.0-rc1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef097cb5ba0b4d12b12cbdb4332a8666adab3138;p=thirdparty%2Fpdns.git dnsdist: doc: `{add,set}Local()` TCP parameter defaults to true --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index 71db623d43..3e3ccfd0e4 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -1061,8 +1061,8 @@ Here are all functions: * `setACL({netmask, netmask})`: replace the ACL set with these netmasks. Use `setACL({})` to reset the list, meaning no one can use us * `showACL()`: show our ACL set * Network related: - * `addLocal(netmask, [false], [false])`: add to addresses we listen on. Second optional parameter sets TCP/IP or not. Third optional parameter sets SO_REUSEPORT when available. - * `setLocal(netmask, [false], [false])`: reset list of addresses we listen on to this address. Second optional parameter sets TCP/IP or not. Third optional parameter sets SO_REUSEPORT when available. + * `addLocal(netmask, [true], [false])`: add to addresses we listen on. Second optional parameter sets TCP/IP or not. Third optional parameter sets SO_REUSEPORT when available. + * `setLocal(netmask, [true], [false])`: reset list of addresses we listen on to this address. Second optional parameter sets TCP/IP or not. Third optional parameter sets SO_REUSEPORT when available. * Blocking related: * `addDomainBlock(domain)`: block queries within this domain * Carbon/Graphite/Metronome statistics related: