Catch ALL Setup

Niall O'Reilly Niall.oReilly at ucd.ie
Wed Feb 18 17:00:34 UTC 2009


On Wed, 2009-02-18 at 16:19 +1100, Mark Andrews wrote:
> 
> $ORIGIN .
> @ 0 SOA ...
> @ 0 NS ...
> * 0 A 1.2.3.4

	That may be too minimal.
	I found I needed a few couple of extra wildcard records.

$ORIGIN .
@		IN	SOA	. bit-bucket.ucd.ie. (
				2009021302	; serial
				14400		; Refresh - 4 hours 
				7200		; Retry - 2 hours
				1209600		; Expire - 14 days
				1800 )		; Neg. Caching - 30 minutes
;
@		IN	NS	captive.ucd.ie.
;
; Over-ride wildcard for captive.ucd.ie
captive.ucd.ie. IN	TXT	"Unaddressable"
;
; Target for all name resolution
netreg.ucd.ie.	IN	A	137.43.116.32
;
; Wildcard alias
*		IN	CNAME	netreg.ucd.ie.
;
; Wildcards otherwise masked by empty non-terminals
*.ie.		IN	CNAME	netreg.ucd.ie.
*.ucd.ie.	IN	CNAME	netreg.ucd.ie.

	/Niall





More information about the bind-users mailing list