diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-11-30 02:43:11 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-11-30 02:43:11 +0000 |
| commit | 6b6ac9438f352903fe405daefaf6a3c9a2b63093 (patch) | |
| tree | 7828b08c74ef918938b1b853c98f0cb41edac52c /contrib/bind/doc/html/example.html | |
| parent | 15f7f569921160e3818633b964623b12cd9179d7 (diff) | |
Notes
Diffstat (limited to 'contrib/bind/doc/html/example.html')
| -rw-r--r-- | contrib/bind/doc/html/example.html | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/contrib/bind/doc/html/example.html b/contrib/bind/doc/html/example.html index 729b9800be7c0..a147828a25f0e 100644 --- a/contrib/bind/doc/html/example.html +++ b/contrib/bind/doc/html/example.html @@ -15,13 +15,18 @@ * A simple BIND 8 configuration */ +logging { + category lame-servers { null; }; + category cname { null; }; +}; + options { directory "/var/named"; }; -logging { - category lame-servers { null; }; - category cname { null; }; +controls { + inet * port 52 allow { localnets; }; // a BAD idea + unix "/var/run/ndc" perm 0600 owner 0 group 0; // the default }; zone "isc.org" in { @@ -42,18 +47,19 @@ zone "." in { zone "0.0.127.in-addr.arpa" in { type master; + notify no; file "master/127.0.0"; }; </PRE> <HR> -<CENTER><P>[ <A HREF="http://www.vix.com/isc/bind.html">BIND Home</A> -| <A HREF="http://www.isc.org">ISC</A> ]</P></CENTER> +<CENTER><P>[ <A HREF="http://www.isc.org/products/BIND/">BIND Home</A> +| <A HREF="http://www.isc.org/">ISC</A> ]</P></CENTER> <HR> <ADDRESS> -Last Updated: $Id: example.html,v 1.1 1997/05/06 22:11:31 vixie Exp $ +Last Updated: $Id: example.html,v 1.5 1999/09/15 20:28:01 cyarnell Exp $ </ADDRESS> </BODY> </HTML> |
