From ae754fd36ce0ff18d88271484af3cf38e7b502e4 Mon Sep 17 00:00:00 2001 From: Iwan Timmer Date: Fri, 27 Apr 2018 17:50:38 +0200 Subject: resolved: support for DNS-over-TLS Add support for DNS-over-TLS using GnuTLS. To reduce latency also TLS False Start and TLS session resumption is supported. --- meson_options.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 8e9248825..6fe7cf3da 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -247,6 +247,10 @@ option('gshadow', type : 'boolean', # description : 'default DNSSEC mode', # choices : ['yes', 'allow-downgrade', 'no'], # value : 'allow-downgrade') +# option('default-private-dns', type : 'combo', +# description : 'default private DNS mode', +# choices : ['opportunistic', 'no'], +# value : 'no') # option('dns-servers', type : 'string', # description : 'space-separated list of default DNS servers', # value : '8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844') -- cgit v1.2.3