/* * named.conf * WARNING: This file was automatically generated. Any modifications to THIS * file will be lost during the next generation. DO NOT MODIFY THIS * FILE DIRECTLY! Use ./gendns8 instead. */ options { ; directory "/var/named" ; directory "/home/COLUG/pubhtml/notes/0005mtg" ; allow-query { any ; } ; allow-transfer { any ; } ; listen-on { any ; } ; } ; zone "." { type hint ; file "named.root" ; } ; zone "0.0.127.IN-ADDR.ARPA" { type master ; file "./db.127.0.0" ; } ; zone "34.16.172.IN-ADDR.ARPA" { type master ; file "./db.172.16.34" ; } ; zone "inside.net." { type master ; file "./db.colug.net" ; } ; /* *** END *** */