;; ;; This defines one machine, "private.lan", with address ;; 192.168.1.1, and lists it as the primary DNS for the zone. ;; ;; If you change the name here to something other than "private.lan" ;; you must make corresponding changes for other files used by ;; your nameserver (zone files and named.conf) ;; $TTL 3600 @ IN SOA private.lan. postmaster.private.lan. ( 1 ; Serial # 86400 ; refresh interval 86400 ; retry interval 604800 ; expiration limit 86400 ) ; min RR TTL binding IN NS @ IN A 192.168.1.1