diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-12-04 15:34:04 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-12-21 12:10:07 +0100 |
commit | 7ece6f58970710207ee29dabc7fc2920dca4b335 (patch) | |
tree | 9238770cd5a936630a57986b99a92a79b4658fd3 /man | |
parent | networkd: small simplification (diff) | |
download | systemd-7ece6f58970710207ee29dabc7fc2920dca4b335.tar.gz systemd-7ece6f58970710207ee29dabc7fc2920dca4b335.tar.bz2 systemd-7ece6f58970710207ee29dabc7fc2920dca4b335.zip |
networkd: permit DNS "DefaultRoute" configuration in .network files
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 865b46f40..ee464ffff 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -548,6 +548,17 @@ </listitem> </varlistentry> <varlistentry> + <term><varname>DNSDefaultRoute=</varname></term> + <listitem> + <para>Takes a boolean argument. If true, this link's configured DNS servers are used for resolving domain + names that do not match any link's configured <varname>Domains=</varname> setting. If false, this link's + configured DNS servers are never used for such domains, and are exclusively used for resolving names that + match at least one of the domains configured on this link. If not specified defaults to an automatic mode: + queries not matching any link's configured domains will be routed to this link if it has no routing-only + domains configured.</para> + </listitem> + </varlistentry> + <varlistentry> <term><varname>NTP=</varname></term> <listitem> <para>An NTP server address. This option may be specified more than once. This setting is read by |