当前位置:早雪网网络学院服务器类windows类 → DNS 系统设定例--3.named.boot 的例子 (基本型)

DNS 系统设定例--3.named.boot 的例子 (基本型)

减小字体 增大字体 作者:不详  来源:supcode.com收集整理  发布时间:2005-7-23 15:18:44
; 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
;
[数据载入中...] [返回上一页] [打 印]