summaryrefslogtreecommitdiffstats
path: root/docs/netcfg-profiles.5.txt
diff options
context:
space:
mode:
authorSamuel Andaya <samuel@andaya.net>2012-10-14 10:12:34 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2012-10-15 00:46:44 +0200
commitf1598d7814b3c82b16f1a6b4e82ae41613e09501 (patch)
tree06385b5818fef2445a14c7c61e45c7f52d45a868 /docs/netcfg-profiles.5.txt
parent8de507b99b78766a567935c59bc81e310667b163 (diff)
downloadnetctl-f1598d7814b3c82b16f1a6b4e82ae41613e09501.tar.gz
netctl-f1598d7814b3c82b16f1a6b4e82ae41613e09501.tar.xz
Add support for "options" in /etc/resolv.conf.
Example DNS=('8.8.8.8' '8.8.4.4') DNS_OPTIONS=('rotate' 'timeout:1') Will create the following /etc/resolv.conf nameserver 8.8.8.8 nameserver 8.8.4.4 options rotate options timeout:1 (patch edited by Jouke Witteveen)
Diffstat (limited to 'docs/netcfg-profiles.5.txt')
-rw-r--r--docs/netcfg-profiles.5.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/netcfg-profiles.5.txt b/docs/netcfg-profiles.5.txt
index 0d8b3f3..f929e47 100644
--- a/docs/netcfg-profiles.5.txt
+++ b/docs/netcfg-profiles.5.txt
@@ -107,6 +107,8 @@ DNS configuration
+DNS+::
Array of DNS nameservers. Simply specify the IP's of each of the DNS
nameservers.
++DNS_OPTIONS+::
+ Array of ``option'' lines for '/etc/resolv.conf'
+SEARCH+::
``search'' line for '/etc/resolv.conf'
+DOMAIN+::