mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
Typo
This commit is contained in:
parent
ece8a445cb
commit
3b77ff2e34
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ pub fn parse_opts(globals: &mut Globals) {
|
|||
Arg::with_name("allow_odoh_post")
|
||||
.short("O")
|
||||
.long("allow-odoh-post")
|
||||
.help("Allow POST queries over ODoH even with they have been disabed for DoH"),
|
||||
.help("Allow POST queries over ODoH even if they have been disabed for DoH"),
|
||||
);
|
||||
|
||||
#[cfg(feature = "tls")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue