diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-10-07 23:38:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-07 23:38:03 +0200 |
commit | 3157b2d9d25e359b0771ecbe1a6c866de141a800 (patch) | |
tree | f64f524b36d4796ca3ed55f2f50bc87e4d651db1 /man | |
parent | f767d3de652ec18c84ff0b99b1c4430269501e51 (diff) | |
parent | 1ae43295751fc235e7f93719a635a5b06f3ac09b (diff) |
Merge pull request #4061 from dm0-/coreos-1545
resolved: add an option to disable the stub resolver
Diffstat (limited to 'man')
-rw-r--r-- | man/resolved.conf.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/resolved.conf.xml b/man/resolved.conf.xml index a7710dcb44..4fc1ef1b33 100644 --- a/man/resolved.conf.xml +++ b/man/resolved.conf.xml @@ -213,6 +213,18 @@ (such as 127.0.0.1 or ::1), in order to avoid duplicate local caching.</para></listitem> </varlistentry> + <varlistentry> + <term><varname>DNSStubListener=</varname></term> + <listitem><para>Takes a boolean argument or one of <literal>udp</literal> and <literal>tcp</literal>. If + <literal>udp</literal> (the default), a DNS stub resolver will listen for UDP requests on address 127.0.0.53 + port 53. If <literal>tcp</literal>, the stub will listen for TCP requests on the same address and port. If + <literal>yes</literal>, the stub listens for both UDP and TCP requests. If <literal>no</literal>, the stub + listener is disabled.</para> + + <para>Note that the DNS stub listener is turned off implicitly when its listening address and port are already + in use.</para></listitem> + </varlistentry> + </variablelist> </refsect1> |