2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-03 08:05:21 +00:00

Add "undefined" to +ednsflags description

Reflow help message.
This commit is contained in:
Mark Andrews
2025-06-03 10:04:01 +10:00
parent c56af212f0
commit bbfb7ebda2

View File

@@ -213,7 +213,8 @@ help(void) {
" +[no]dnssec (Request DNSSEC records)\n" " +[no]dnssec (Request DNSSEC records)\n"
" +domain=### (Set default domainname)\n" " +domain=### (Set default domainname)\n"
" +[no]edns[=###] (Set EDNS version) [0]\n" " +[no]edns[=###] (Set EDNS version) [0]\n"
" +ednsflags=### (Set EDNS flag bits)\n" " +ednsflags=### (Set undefined EDNS flag "
"bits)\n"
" +[no]ednsnegotiation (Set EDNS version " " +[no]ednsnegotiation (Set EDNS version "
"negotiation)\n" "negotiation)\n"
" +ednsopt=###[:value] (Send specified EDNS " " +ednsopt=###[:value] (Send specified EDNS "
@@ -229,12 +230,14 @@ help(void) {
" +[no]https[=###] (DNS-over-HTTPS mode) " " +[no]https[=###] (DNS-over-HTTPS mode) "
"[/]\n" "[/]\n"
" +[no]https-get (Use GET instead of " " +[no]https-get (Use GET instead of "
"default POST method while using HTTPS)\n" "default POST method\n"
" +[no]http-plain[=###] (DNS over plain HTTP " " while using HTTPS)\n"
"mode) " " +[no]http-plain[=###] (DNS over plain HTTP "
"[/]\n" "mode) [/]\n"
" +[no]http-plain-get (Use GET instead of " " +[no]http-plain-get (Use GET instead of "
"default POST method while using plain HTTP)\n" "default POST "
"method\n"
" while using plain HTTP)\n"
" +[no]identify (ID responders in short " " +[no]identify (ID responders in short "
"answers)\n" "answers)\n"
#ifdef HAVE_LIBIDN2 #ifdef HAVE_LIBIDN2
@@ -261,15 +264,23 @@ help(void) {
" +padding=### (Set padding block size " " +padding=### (Set padding block size "
"[0])\n" "[0])\n"
" " " "
"+[no]proxy[=src_addr[#src_port]-dst_addr[#dst_port]] " "+[no]proxy[=src_addr[#src_port]-dst_addr[#dst_port]]\n"
"(Add PROXYv2 headers to the queries. If addresses are omitted, " " (Add PROXYv2 headers to "
"LOCAL PROXYv2 headers are added)\n" "the queries. If\n"
" addresses are omitted, "
"LOCAL PROXYv2\n"
" headers are added)\n"
" " " "
"+[no]proxy-plain[=src_addr[#src_port]-dst_addr[#dst_port]] " "+[no]proxy-plain[=src_addr[#src_port]-dst_addr[#dst_port]]\n"
"(The same as '+[no]proxy', but send PROXYv2 headers ahead of " " (The same as'+[no]proxy', "
"any encryption if an encrypted transport is used)\n" "but send PROXYv2\n"
" headers ahead of any "
"encryption if an\n"
" encrypted transport is "
"used)\n"
" +qid=### (Specify the query ID to " " +qid=### (Specify the query ID to "
"use when sending queries)\n" "use when sending\n"
" queries)\n"
" +[no]qr (Print question before " " +[no]qr (Print question before "
"sending)\n" "sending)\n"
" +[no]question (Control display of " " +[no]question (Control display of "
@@ -302,22 +313,29 @@ help(void) {
" +subnet=addr (Set edns-client-subnet " " +subnet=addr (Set edns-client-subnet "
"option)\n" "option)\n"
" +[no]svcparamkeycompat (Display backward-" " +[no]svcparamkeycompat (Display backward-"
"compatible SvcParamKey names (keyN) for non-initial entries)\n" "compatible\n"
" SvcParamKey names (keyN) "
"for non-initial\n"
" entries)\n"
" +[no]tcflag (Set TC flag in query " " +[no]tcflag (Set TC flag in query "
"(+[no]tcflag))\n" "(+[no]tcflag))\n"
" +[no]tcp (TCP mode (+[no]vc))\n" " +[no]tcp (TCP mode (+[no]vc))\n"
" +timeout=### (Set query timeout) [5]\n" " +timeout=### (Set query timeout) [5]\n"
" +[no]tls (DNS-over-TLS mode)\n" " +[no]tls (DNS-over-TLS mode)\n"
" +[no]tls-ca[=file] (Enable remote server's " " +[no]tls-ca[=file] (Enable remote server's "
"TLS certificate validation)\n" "TLS certificate\n"
" validation)\n"
" +[no]tls-hostname=hostname (Explicitly set " " +[no]tls-hostname=hostname (Explicitly set "
"the expected TLS hostname)\n" "the expected TLS\n"
" hostname)\n"
" +[no]tls-certfile=file (Load client TLS " " +[no]tls-certfile=file (Load client TLS "
"certificate chain from file)\n" "certificate chain from\n"
" file)\n"
" +[no]tls-keyfile=file (Load client TLS " " +[no]tls-keyfile=file (Load client TLS "
"private key from file)\n" "private key from file)\n"
" +[no]trace (Trace delegation down " " +[no]trace (Trace delegation down "
"from root [implies +dnssec])\n" "from root [implies\n"
" +dnssec])\n"
" +tries=### (Set number of UDP " " +tries=### (Set number of UDP "
"attempts) [3]\n" "attempts) [3]\n"
" +[no]ttlid (Control display of ttls " " +[no]ttlid (Control display of ttls "