; This zone file assumes the zone name is 'example.com'

; Before setting $ORIGIN, create a couple of records to check the default
; $ORIGIN matches the zone name. Note, first record must be SOA.
@ IN SOA ns1.example.com. hostmaster (
			2003080800 ; se = serial number
			12h ; ref = refresh
			15m ; ret = update retry
			3w ; ex = expiry
			3h ; min = minimum
			) ; Should give email 'hostmaster.example.com.'

$ORIGIN foo.com
; Fully-qualified name that doesn't match zone name should fail
test. IN A 6.7.8.9 ; 'test.' is not in the zone 'example.com.'
