mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:40:00 -04:00
Add "undefined" to +ednsflags description
Reflow help message.
(cherry picked from commit bbfb7ebda2)
This commit is contained in:
parent
0890fba57b
commit
d23d04d6aa
1 changed files with 20 additions and 13 deletions
|
|
@ -216,7 +216,8 @@ help(void) {
|
|||
" +[no]dnssec (Request DNSSEC records)\n"
|
||||
" +domain=### (Set default domainname)\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 "
|
||||
"negotiation)\n"
|
||||
" +ednsopt=###[:value] (Send specified EDNS "
|
||||
|
|
@ -232,12 +233,14 @@ help(void) {
|
|||
" +[no]https[=###] (DNS-over-HTTPS mode) "
|
||||
"[/]\n"
|
||||
" +[no]https-get (Use GET instead of "
|
||||
"default POST method while using HTTPS)\n"
|
||||
" +[no]http-plain[=###] (DNS over plain HTTP "
|
||||
"mode) "
|
||||
"[/]\n"
|
||||
" +[no]http-plain-get (Use GET instead of "
|
||||
"default POST method while using plain HTTP)\n"
|
||||
"default POST method\n"
|
||||
" while using HTTPS)\n"
|
||||
" +[no]http-plain[=###] (DNS over plain HTTP "
|
||||
"mode) [/]\n"
|
||||
" +[no]http-plain-get (Use GET instead of "
|
||||
"default POST "
|
||||
"method\n"
|
||||
" while using plain HTTP)\n"
|
||||
" +[no]identify (ID responders in short "
|
||||
"answers)\n"
|
||||
#ifdef HAVE_LIBIDN2
|
||||
|
|
@ -266,7 +269,8 @@ help(void) {
|
|||
" +padding=### (Set padding block size "
|
||||
"[0])\n"
|
||||
" +qid=### (Specify the query ID to "
|
||||
"use when sending queries)\n"
|
||||
"use when sending\n"
|
||||
" queries)\n"
|
||||
" +[no]qr (Print question before "
|
||||
"sending)\n"
|
||||
" +[no]question (Control display of "
|
||||
|
|
@ -303,16 +307,19 @@ help(void) {
|
|||
" +timeout=### (Set query timeout) [5]\n"
|
||||
" +[no]tls (DNS-over-TLS mode)\n"
|
||||
" +[no]tls-ca[=file] (Enable remote server's "
|
||||
"TLS certificate validation)\n"
|
||||
"TLS certificate\n"
|
||||
" validation)\n"
|
||||
" +[no]tls-hostname=hostname (Explicitly set "
|
||||
"the expected TLS hostname)\n"
|
||||
"the expected TLS\n"
|
||||
" hostname)\n"
|
||||
" +[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 "
|
||||
"private key from file)\n"
|
||||
" +[no]trace (Trace delegation down "
|
||||
"from root "
|
||||
"[+dnssec])\n"
|
||||
"from root [implies\n"
|
||||
" +dnssec])\n"
|
||||
" +tries=### (Set number of UDP "
|
||||
"attempts) [3]\n"
|
||||
" +[no]ttlid (Control display of ttls "
|
||||
|
|
|
|||
Loading…
Reference in a new issue