Lines 1-14
Link Here
|
1 |
Backport of: |
|
|
2 |
https://github.com/PowerDNS/pdns/commit/e7c6996eb650d17372548899408160bb2d712511 |
3 |
|
4 |
--- dnsdist-console.cc.orig 2020-08-28 19:39:07 UTC |
5 |
+++ dnsdist-console.cc |
6 |
@@ -526,7 +526,7 @@ const std::vector<ConsoleKeyword> g_consoleKeywords{ |
7 |
{ "setMaxTCPQueriesPerConnection", true, "n", "set the maximum number of queries in an incoming TCP connection. 0 means unlimited" }, |
8 |
{ "setMaxTCPQueuedConnections", true, "n", "set the maximum number of TCP connections queued (waiting to be picked up by a client thread)" }, |
9 |
{ "setMaxUDPOutstanding", true, "n", "set the maximum number of outstanding UDP queries to a given backend server. This can only be set at configuration time and defaults to 65535" }, |
10 |
- { "SetNegativeAndSOAAction", "true", "nxd, zone, ttl, mname, rname, serial, refresh, retry, expire, minimum [, options]", "Turn a query into a NXDomain or NoData answer and sets a SOA record in the additional section" }, |
11 |
+ { "SetNegativeAndSOAAction", true, "nxd, zone, ttl, mname, rname, serial, refresh, retry, expire, minimum [, options]", "Turn a query into a NXDomain or NoData answer and sets a SOA record in the additional section" }, |
12 |
{ "setPayloadSizeOnSelfGeneratedAnswers", true, "payloadSize", "set the UDP payload size advertised via EDNS on self-generated responses" }, |
13 |
{ "setPoolServerPolicy", true, "policy, pool", "set the server selection policy for this pool to that policy" }, |
14 |
{ "setPoolServerPolicyLua", true, "name, func, pool", "set the server selection policy for this pool to one named 'name' and provided by 'function'" }, |