summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2009-05-16 20:55:28 +0000
committerdougb <dougb@FreeBSD.org>2009-05-16 20:55:28 +0000
commit80dc300a9ecfe59a25f9f714ea4447e8ac048e47 (patch)
tree364571f45c669f216ec82a4e112d6506ac18f49b /share
parentda0eac0afe323c01feeb864ea3aad9821b55045b (diff)
downloadFreeBSD-src-80dc300a9ecfe59a25f9f714ea4447e8ac048e47.zip
FreeBSD-src-80dc300a9ecfe59a25f9f714ea4447e8ac048e47.tar.gz
1. New feature; option to have the script loop until a specified hostname
(localhost by default) can be successfully looked up. Off by default. 2. New feature: option to create a forwarder configuration file based on the contents of /etc/resolv.conf. This allows you to utilize a local resolver for better performance, less network traffic, custom zones, etc. while still relying on the benefits of your local network resolver. Off by default. 3. Add named-checkconf into the startup routine. This will prevent named from trying to start in a situation where it would not be possible to do so.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/rc.conf.526
1 files changed, 26 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 8346071..3075a4e 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -1631,6 +1631,12 @@ Path to
.Xr named 8
(default
.Pa /usr/sbin/named ) .
+.It Va named_conf
+.Pq Vt str
+Path to
+.Xr named 8
+configuration file, (default
+.Pa /etc/namedb/named.conf ) .
.It Va named_flags
.Pq Vt str
If
@@ -1678,6 +1684,26 @@ daemon's PID file
into the
.Xr chroot 8
environment.
+.It Va named_wait
+.Pq Vt bool
+Set to have
+.Pa /etc/rc.d/named
+loop until working name service is established.
+.It Va named_wait_host
+.Pq Vt str
+Name of host to lookup for the named_wait option.
+(Default localhost)
+.It Va named_auto_forward
+.Pq Vt bool
+Set to enable automatic creation of a forwarder
+configuration file derived from
+.Pa /etc/resolv.conf .
+.It Va named_auto_forward_only
+.Pq Vt bool
+Set to change the default forwarder configuration from
+.Dq forward first
+to
+.Dq forward only .
.It Va kerberos5_server_enable
.Pq Vt bool
Set to
OpenPOWER on IntegriCloud