summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorIwan Timmer <irtimmer@gmail.com>2018-04-27 17:50:38 +0200
committerIwan Timmer <irtimmer@gmail.com>2018-06-11 21:35:58 +0200
commit5d67a7ae749deb744125de9301cc71689a22648a (patch)
tree70c0d6a34774110beeb424a277180b0ca400ee33 /meson_options.txt
parent91ccab1e40a10963764f449ba8309d47e90d6a8a (diff)
downloadsystemd-5d67a7ae749deb744125de9301cc71689a22648a.tar.gz
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.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 557d7843bc..c1d0cf6d7b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -193,6 +193,10 @@ 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',
+ 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')