Debian 环境下简单配置 Bind9 服务
"debian.cn" { type master; file "/etc/bind/db.debian.cn"; }; zone "168.192.in-addr.arpa" { type master; file "/etc/bind/db.192.168"; }; 1.1 正向解析:db.debian.cn内容如下: $TTL 604800 @ IN SOA debian.cn. admin.debian.cn. ( 2 ; Serial 604800 ; Refresh 86400 ; Retry 2419200 ; Expire 604800 ) ; Negative Cache TTL ; @ IN NS ns.debian.cn. @ IN A 192.168.10.2 ns IN A...阅读全文