diff options
-rw-r--r-- | etc/namedb/named.boot | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/namedb/named.boot b/etc/namedb/named.boot index 6dbce46ce36..7fbfb532176 100644 --- a/etc/namedb/named.boot +++ b/etc/namedb/named.boot @@ -3,9 +3,10 @@ ; boot file for secondary name server ; Note that there should be one primary entry for each SOA record. -sortlist 128.3.0.0 - -directory /var/named +; NOTE: if you are not chroot'ing named, change directory to /var/named +; OpenBSD chroot's named by default +;directory /var/named +directory / ; type domain source host/file backup file |