답변:
$ORIGIN
영역 파일 처리 중 두 가지 컨텍스트에서 사용됩니다.
$ORIGIN
'제한되지 않은'이름 ( '점'으로 끝나지 않는 이름)에 추가됩니다.@
심볼 교체 예 :
; example.com zone file fragment
; no $ORIGIN present and is synthesized from the
; zone name in named.conf
....
@ IN NS ns1.example.com.
; ns1.example.com is the name server for example.com
....
$ORIGIN uk.example.com.
@ IN NS ns2.example.com.
; functionally identical to
; uk.example.com. IN NS ns2.example.com.
; ns2.example.com is the name server for uk.example.com
$ORIGIN
없는 경우 영역 이름 을@
나타냅니다 .