diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-18 01:58:55 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-18 01:58:55 +0000 |
commit | d8863be94c9a354c447367f4d45b7fc90fb97cc2 (patch) | |
tree | a64660b31d08d78d3e345f155ddc516690074d2c /usr.sbin | |
parent | 5ee060675df10a2f5da3a00fe2c9e7b9e4c5a067 (diff) |
Document 'stub' directives; 71@becile.com
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/named/man/named.8 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/named/man/named.8 b/usr.sbin/named/man/named.8 index a3c5f0ac547..134c1d75ee1 100644 --- a/usr.sbin/named/man/named.8 +++ b/usr.sbin/named/man/named.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: named.8,v 1.10 2001/05/18 17:22:14 aaron Exp $ +.\" $OpenBSD: named.8,v 1.11 2001/09/18 01:58:54 millert Exp $ .\" ++Copyright++ 1985 .\" - .\" Copyright (c) 1985 @@ -170,6 +170,7 @@ secondary CC.Berkeley.EDU 128.32.137.8 128.32.137.3 cc.zone.bak secondary 6.32.128.IN-ADDR.ARPA 128.32.137.8 128.32.137.3 cc.rev.bak primary 0.0.127.IN-ADDR.ARPA localhost.rev forwarders 10.0.0.78 10.2.0.78 +stub cc.Berkeley.EDU 128.32.137.8 128.32.137.3 cc.zone.stub limit transfers-in 10 limit datasize 64M limit files 256 @@ -232,6 +233,12 @@ generated on a master, and to reduce traffic over links to outside servers. It can also be used to allow servers to run that do not have direct access to the Internet, but wish to look up exterior names anyway. .LP +The ``stub'' line specified the addresses of sitewide servers that will +accept recursive queries for the specified zone. Each server will be asked +in turn for queries for the specified zone if it is not in the local cache. +If specified, the zone data will be saved in the backup file, which is the +first non-dotted-quad address on this line. +.LP The ``slave'' line (deprecated) is allowed for backward compatibility. Its meaning is identical to ``options forward-only''. .LP |