diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-07-16 19:47:20 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-07-18 18:49:39 +0200 |
commit | a24e12f0209b075e2db80cc3adac1c5afb17031e (patch) | |
tree | 9c6eba324e1ebd3bcb631d43761e0ed340b2b899 /man | |
parent | network: set routes to dns servers provided by DHCPv4 (diff) | |
download | systemd-a24e12f0209b075e2db80cc3adac1c5afb17031e.tar.xz systemd-a24e12f0209b075e2db80cc3adac1c5afb17031e.zip |
network: add DHCPv4.RoutesToDNS= setting
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index cd1aa73f46..041bafc773 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1323,6 +1323,14 @@ </listitem> </varlistentry> <varlistentry> + <term><varname>RoutesToDNS=</varname></term> + <listitem> + <para>When true, the routes to the DNS servers received from the DHCP server will be + configured. When <varname>UseDNS=</varname> is disabled, this setting is ignored. + Defaults to <literal>false</literal></para> + </listitem> + </varlistentry> + <varlistentry> <term><varname>UseNTP=</varname></term> <listitem> <para>When true (the default), the NTP servers received |