取的文件名
};
zone “0.0.127.in-addr.arpa“ {
type master; #表明服务器是主域名服务器
file “named.local“;
};
zone “0.168.192.in-addr.arpa“ { # 定义被解释网段
type master;
file “com.hvtong.zone“;
};
zone “hvtong.com“ in { # 被解释的域名
type master;
file “ hvtong.com.zone “;
};
2./var/named/hvtong.com.zone
说明:正向解析配置文件,即实现域名到IP的对应
源文件:
页码:[1] [2] [3] [4] [5] [6] 第3页、共6页 |