我的named.conf
## named.conf - configuration for bind
#
# Generated automatically by redhat-config-bind, alchemist et al.
# Any changes not supported by redhat-config-bind should be put
# in /etc/named.custom
#
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
include "/etc/named.custom";
include "/etc/rndc.key";
options {
directory "/var/named/";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "0.0.127.in-addr.arpa.zone";
};
zone "100.138.61.in-addr.arpa" IN {
type master;
file "100.138.61.in-addr.arpa.zone";
};
zone "localhost" {
type master;
file "localhost.zone";
};
zone "paysky.com" IN {
type master;
file "paysky.com.zone";
};
zone "ml100.net" IN {
type master;
file "ml100.net.zone";
};