diff options
author | Iwan Timmer <irtimmer@gmail.com> | 2018-06-13 20:26:24 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-06-14 09:57:56 +0200 |
commit | c9299be2f5a634881d6d9053cc93d093df040671 (patch) | |
tree | 2334524eaa17c6b36775ef36a045ea6ed7705a88 /meson_options.txt | |
parent | d122ed1ba87986e7740ce57970c114df78fe9947 (diff) | |
download | systemd-c9299be2f5a634881d6d9053cc93d093df040671.tar.gz |
resolve: rename PrivateDNS to DNSOverTLS
PrivateDNS is not considered a good name for this option, so rename it to DNSOverTLS
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index c1d0cf6d7b..233d91338b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -193,8 +193,8 @@ option('default-dnssec', type : 'combo', description : 'default DNSSEC mode', choices : ['yes', 'allow-downgrade', 'no'], value : 'allow-downgrade') -option('default-private-dns', type : 'combo', - description : 'default private DNS mode', +option('default-dns-over-tls', type : 'combo', + description : 'default DNS-over-TLS mode', choices : ['opportunistic', 'no'], value : 'no') option('dns-servers', type : 'string', |