| 热门文章 |
 |
|
| 编辑推荐 |
 |
|
|
| DNS 系统设定例--3.named.boot 的例子 (基本型) |
|
|
作者:陳昌盛, cschen@cc.nctu.edu.tw
来源:不详 点击: 更新:2006-12-20
|
|
; 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 ;
|
|
|