[ zone-statisticsyes_or_no; ] }; zonezone_name[class] { typeforward; [ forward (only|first) ; ] [ forwarders { [ip_addr[portip_port] [dscpip_dscp] ; ... ] }; ] [ delegation-onlyyes_or_no; ] }; zone"." [class] { typeredirect; file string ; [masterfile-format (text|raw...
zone 区声明是配置文件中最重要的部分。Zone 语句的格式为: zone “zone-name” IN { type 子句; file 子句; 其他子句; }; 下面列出一些常用的 zone 配置子句。 DNS 区数据库 一个域的DNS区数据库是由这个域的主域名服务器的管理员所维护的文本文件的集合。这些文件经常被称为区文件,区文件定义了一个区的...
zone "_msdcs.example.com" { >x=?UPe8 type master; }26- @: file "_msdcs.example.db"; JCbt$6Tv check-names ignore; @eaD5'$bt) allow-update { localnets; }; ec?mz? }; sU QfN{: 14) 什么是TSIG key? (+5m(CvN TSIG key提供了一种鉴别和验证交换的DNS数据有效...
安装bind软件1.解压[root@~]#tar zxvf bind-9.9.2.tar.gz2.安装[root@~]#./configure –prefix=/usr/local/named –sysconfdir=/usr/local/name/etc –enable-thread3.生成named.conf配置文件[root@~]#/usr/local/src/bind-9.9.2/bin/configen/rndc-configren | tail -10| head -9 |sed ‘s/#...
[class] { type redirect; file string ; [ masterfile-format (text|raw|map) ; ] [ allow-query { address_match_list }; ] [ max-zone-ttl number ; ] }; zone zone_name [class] { type delegation-only; }; zone zone_name [class] { [ in-view string ; ] }; 4、资源记录( RR)组成...
I had to update several reverse zone files today, so wrote a quick for-loop in bash to freeze and thaw all the zones. The script parsed the zone file names and reversed them into a proper `d.c.b.a.in-addr.arpa` format. Later I tweaked it with sed to make it more flexible (in...
Original file line numberDiff line numberDiff line change @@ -47,6 +47,7 @@ import java.time.LocalDateTime; import java.time.ZoneId; import java.util.ArrayList; import java.util.Collections; import java.util.Date; import java.util.HashMap; import java.util.HashSet; @@ -111,7 +112,6...
dump-file"/var/cache/bind/xcache_dump.db"; statistics-file"/var/cache/bind/named_stats.txt"; memstatistics-file"/var/cache/bind/named_mem_stats.txt"; allow-query { any; }; allow-new-zonesyes; allow-query-cache { any; }; forwarders {202.103.224.68;202.103.225.68;119.29.29.29;223.6.6.6...
[ pid-file path_name; ] [ statistics-file path_name; ] [ zone-statistics yes_or_no; ] [ auth-nxdomain yes_or_no; ] [ deallocate-on-exit yes_or_no; ] [ dialup dialup_option; ] [ fake-iquery yes_or_no; ] [ fetch-glue yes_or_no; ] ...
[ pid-file path_name; ] [ statistics-file path_name; ] [ zone-statistics yes_or_no; ] [ auth-nxdomain yes_or_no; ] [ deallocate-on-exit yes_or_no; ] [ dialup dialup_option; ] [ fake-iquery yes_or_no; ] [ fetch-glue yes_or_no; ] ...