diff options
author | Antonio Cardace <acardace@redhat.com> | 2020-01-29 16:47:37 +0100 |
---|---|---|
committer | Antonio Cardace <acardace@redhat.com> | 2020-01-29 17:25:21 +0100 |
commit | 7ef684b1b3cc1fc0acbcea8eeb2bfae767bd70f1 (patch) | |
tree | 1974485b0507aa828b57b4d50b5ab62aaa079f29 /man | |
parent | d450c07a310fd6f86be54be41285c8495664a366 (diff) | |
download | NetworkManager-7ef684b1b3cc1fc0acbcea8eeb2bfae767bd70f1.tar.gz |
man: add dnsmasq option documentation on added dns servers
Diffstat (limited to 'man')
-rw-r--r-- | man/NetworkManager.conf.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml index 8cffc06ff7..ea068500cd 100644 --- a/man/NetworkManager.conf.xml +++ b/man/NetworkManager.conf.xml @@ -338,6 +338,10 @@ no-auto-default=* setting below), the name server there will be localhost only. NetworkManager also writes a file <filename>&nmrundir;/no-stub-resolv.conf</filename> that contains the original name servers pushed to the DNS plugin.</para> + + <para>When using <literal>dnsmasq</literal> and <literal>systemd-resolved</literal> + per-connection added dns servers will always be queried using + the device the connection has been activated on. </listitem> </varlistentry> |