diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-06-03 13:10:23 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-06-18 21:26:20 +0200 |
commit | 3b5bd7d6b89266ab8355f4baa1541c28149a085f (patch) | |
tree | aa33e227680b1b9fca2038e0510b77121d1f0e19 /src/resolve/resolved.conf.in | |
parent | resolved: drop bit-field annotations for fields in Manager (diff) | |
download | systemd-3b5bd7d6b89266ab8355f4baa1541c28149a085f.tar.xz systemd-3b5bd7d6b89266ab8355f4baa1541c28149a085f.zip |
resolved: optionally allow single-label A/AAAA queries
Diffstat (limited to '')
-rw-r--r-- | src/resolve/resolved.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resolve/resolved.conf.in b/src/resolve/resolved.conf.in index 85822e316c..082ad71626 100644 --- a/src/resolve/resolved.conf.in +++ b/src/resolve/resolved.conf.in @@ -22,3 +22,4 @@ #Cache=yes #DNSStubListener=yes #ReadEtcHosts=yes +#ResolveUnicastSingleLabel=no |