From dd6fbe7bfa78770c965538f045c3814a146ccdf6 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Mon, 29 Jun 2015 15:59:44 +0200 Subject: [PATCH] man: document global DNS configuration sections --- man/NetworkManager.conf.xml.in | 66 ++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/man/NetworkManager.conf.xml.in b/man/NetworkManager.conf.xml.in index 3dcf97e082..a8b7f3a38d 100644 --- a/man/NetworkManager.conf.xml.in +++ b/man/NetworkManager.conf.xml.in @@ -636,6 +636,72 @@ ipv6.ip6-privacy=1 + + <literal>global-dns</literal> section + This section specifies global DNS settings that override + connection-specific configuration. + + + + enable + + + Whether the global DNS configuration should be used. + + + + + searches + + + A list of search domains to be used during hostname lookup. + + + + + options + + + A list of of options to be passed to the hostname resolver. + + + + + + + + + <literal>global-dns-domain</literal> sections + Sections with a name starting with the "global-dns-domain-" + prefix allow to define global DNS configuration for specific + domains. The part of section name after "global-dns-domain-" + specifies the domain name a section applies to. More specific + domains have the precedence over less specific ones and the + default domain is represented by the wildcard "*". A default + domain section is mandatory. + + + + + servers + + + A list of addresses of DNS servers to be used for the given domain. + + + + + options + + + A list of domain-specific DNS options. Not used at the moment. + + + + + + + Plugins