;
; BIND data file for .org domain
;
$TTL	604800
@	IN	SOA	org. root.testing.libreswan.org. (
			2015030301		; Serial
			 604800		; Refresh
			  86400		; Retry
			2419200		; Expire
			 604800 )	; Negative Cache TTL
		IN	NS	nic.root-servers.net.
; include dnssec keys
testing.libreswan.org.	IN	NS	nic.root-servers.net.

; a domain that intentionally does not respond.
screwy.org.	IN	NS	nothere.screwy.org.
nothere.screwy.org.	IN	A	192.1.2.9
