diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/resolved.conf.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/resolved.conf.xml b/man/resolved.conf.xml index dbd07e8151..055c474592 100644 --- a/man/resolved.conf.xml +++ b/man/resolved.conf.xml @@ -248,6 +248,13 @@ in use.</para></listitem> </varlistentry> + <varlistentry> + <term><varname>ReadEtcHosts=</varname></term> + <listitem><para>Takes a boolean argument. If <literal>yes</literal> (the default), the DNS stub resolver will read + <filename>/etc/hosts</filename>, and try to resolve hosts or address by using the entries in the file before + sending query to DNS servers.</para></listitem> + </varlistentry> + </variablelist> </refsect1> |