| DNS 系统设定例--3.named.boot 的例子 (基本型) |
|
DNS 系统设定例--3.named.boot 的例子 (基本型) |
| 作者:佚名 来源:不详 更新:2006-8-25 21:05:35 错误报告 我要投稿 |
; Sample primary boot file for NCTU.edu.tw ; ; * Updated 1997.2.11 ; * Version: bind -4.9.5-P1 ; ; 简化版本, 只是提供例子, 并非目前 NCTU 的全貌 ;----------------------------------------------------------- ; type domain source file or host ; directory /var/named ; cache . named.root ; ;------------------------------------------------------ ; options for BIND-4.9.4-P1 and later versions ;------------------------------------------------------ check-names primary fail ; default fail check-names secondary fail ; default warn ;check-names response fail ; default ignore ; options fake-iquery
;------------------------------------------------------------ ; security measure and specialties ; primary localhost Localhost primary 0.0.127.IN-ADDR.ARPA Rev-127.0 primary 0.IN-ADDR.ARPA Rev-0 primary 255.IN-ADDR.ARPA Rev-255
;------------------------------------------------- ; Normal NCTU sub-domains ; ( partial & simple domain -- only for example ) ;------------------------------------------------- primary NCTU.edu.tw Zone.NCTU ; primary ADM.nctu.edu.tw Zone.ADM primary LIB.nctu.edu.tw Zone.LIB ; primary 113.140.IN-ADDR.ARPA R-140.113 primary 2.113.140.IN-ADDR.ARPA R-140.113.2 primary 3.113.140.IN-ADDR.ARPA R-140.113.3 ;
|
|
| 文章录入:skyuu 责任编辑:skyuu |
|
| 【字体:小 大】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |