Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 1999 14:20:20 -0500
From:      Kevin Weiss <kevin.weiss@mail.utexas.edu>
To:        freebsd-questions@freebsd.org
Subject:   DNS Config Question--db.149.7.13 file
Message-ID:  <19990721192137.63FF815569@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
My primary reference is the "DNS and BIND" from
O'Reilly.  My secondary reference is "The Complete
FreeBSD"

IP#'s and so forth are fake.  I have yet to go 
back and shorten the db files, but I'll do that after I
get your opinions.  I also want to make sure that I 
don't allow zone transfers.


Here is my db.149.7.13 file:
===============

13.7.149.in-addr.arpa. IN SOA outkast.example.com.
kweiss.freebsd.example.com. (
			1999071401	;Serial
			10800		;Refresh every 3 hours
			3600		;Retry after 1 hour
			604800		;Expire after 1 week
			86400 ) 	;Minimum TTL of 1 day
;
; Name servers
;
13.7.149.in-addr.arpa. IN NS outkast.example.com.
13.7.149.in-addr.arpa. IN NS freebsd.example.com.
;
; Address for canonical names
;
1.13.7.149.in-addr.arpa.  IN PTR outkast.example.com.
2.13.7.149.in-addr.arpa.  IN PTR windows.example.com.
3.13.7.149.in-addr.arpa.  IN PTR freebsd.example.com.




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990721192137.63FF815569>