// generated by named-bootconf.pl
options {
directory "/var/named";
allow-transfer {
133.99.0.0/16;
203.178.137.71/32;
203.178.136.62/32;
};
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};
//
// $Header:$
//
//
// type domain source host/file backup file
zone "." {
type hint;
file "root.cache";
};
// domain tsuda.ac.jp
zone "tsuda.ac.jp" {
type master;
file "tsuda.zone";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "127.zone";
};
zone "99.133.in-addr.arpa" {
type master;
file "133.99.zone";
};
// Japan internet
// 133.4.11.2 endo.wide.ad.jp
// 192.41.197.3 relay.cc.u-tokyo.ac.jp
// 203.178.136.62 ns.fujisawa.wide.ad.jp
// 203.178.136.63 ns.wide.ad.jp
// secondary jp 133.4.11.2 bak/jp.zone
// after this line, if you needn't back up, delete them
zone "jp" {
type slave;
file "bak/jp.zone";
masters {
203.178.136.63;
};
};
|