diff --git a/bin/named/named.conf.rst b/bin/named/named.conf.rst index 46a2ca1fe3..2ee989bde2 100644 --- a/bin/named/named.conf.rst +++ b/bin/named/named.conf.rst @@ -94,6 +94,8 @@ HTTP http string { endpoints { quoted_string; ... }; + listener-clients integer; + streams-per-connection integer; }; KEY @@ -275,7 +277,9 @@ OPTIONS glue-cache boolean;// deprecated heartbeat-interval integer; hostname ( quoted_string | none ); + http-listener-clients integer; http-port integer; + http-streams-per-connection integer; https-port integer; interface-interval duration; ipv4only-contact string; diff --git a/doc/man/named.conf.5in b/doc/man/named.conf.5in index deec1ffb88..e7fa8cfae9 100644 --- a/doc/man/named.conf.5in +++ b/doc/man/named.conf.5in @@ -141,6 +141,8 @@ dyndb string quoted_string { .ft C http string { endpoints { quoted_string; ... }; + listener\-clients integer; + streams\-per\-connection integer; }; .ft P .fi @@ -342,7 +344,9 @@ options { glue\-cache boolean;// deprecated heartbeat\-interval integer; hostname ( quoted_string | none ); + http\-listener\-clients integer; http\-port integer; + http\-streams\-per\-connection integer; https\-port integer; interface\-interval duration; ipv4only\-contact string; diff --git a/doc/misc/http.grammar.rst b/doc/misc/http.grammar.rst index dcb66a2a47..65aed72b62 100644 --- a/doc/misc/http.grammar.rst +++ b/doc/misc/http.grammar.rst @@ -2,4 +2,6 @@ http { endpoints { ; ... }; + listener-clients ; + streams-per-connection ; }; diff --git a/doc/misc/options b/doc/misc/options index 416326e6da..cdc0d6a16f 100644 --- a/doc/misc/options +++ b/doc/misc/options @@ -45,6 +45,8 @@ dyndb { http { endpoints { ; ... }; + listener-clients ; + streams-per-connection ; }; // may occur multiple times key { @@ -199,7 +201,9 @@ options { glue-cache ; // deprecated heartbeat-interval ; hostname ( | none ); + http-listener-clients ; http-port ; + http-streams-per-connection ; https-port ; interface-interval ; ipv4only-contact ; diff --git a/doc/misc/options.active b/doc/misc/options.active index b05e36838d..854ac23b31 100644 --- a/doc/misc/options.active +++ b/doc/misc/options.active @@ -44,6 +44,8 @@ dyndb { http { endpoints { ; ... }; + listener-clients ; + streams-per-connection ; }; // may occur multiple times key { @@ -198,7 +200,9 @@ options { glue-cache ; // deprecated heartbeat-interval ; hostname ( | none ); + http-listener-clients ; http-port ; + http-streams-per-connection ; https-port ; interface-interval ; ipv4only-contact ; diff --git a/doc/misc/options.grammar.rst b/doc/misc/options.grammar.rst index 392e9c1a42..15b12ab9c3 100644 --- a/doc/misc/options.grammar.rst +++ b/doc/misc/options.grammar.rst @@ -120,7 +120,9 @@ glue-cache ; // deprecated heartbeat-interval ; hostname ( | none ); + http-listener-clients ; http-port ; + http-streams-per-connection ; https-port ; interface-interval ; ipv4only-contact ;