diff options
Diffstat (limited to 'etc/namedb/named.conf')
-rw-r--r-- | etc/namedb/named.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf index 89cf388..15a5052 100644 --- a/etc/namedb/named.conf +++ b/etc/namedb/named.conf @@ -1,10 +1,10 @@ // $FreeBSD$ // -// Refer to the named(8) man page for details. If you are ever going -// to setup a primary server, make sure you've understood the hairy -// details of how DNS is working. Even with simple mistakes, you can -// break connectivity for affected parties, or cause huge amount of -// useless Internet traffic. +// Refer to the named.conf(5) and named(8) man pages for details. If +// you are ever going to setup a primary server, make sure you've +// understood the hairy details of how DNS is working. Even with +// simple mistakes, you can break connectivity for affected parties, +// or cause huge amount of useless Internet traffic. options { directory "/etc/namedb"; |