RE: No deault TTL set using SOA minimum instead ????
등록 2001-01-04 17:38:00
조회 2
이름 태산
: 에서 No deault TTL set using SOA minimum instead 가 무슨뜻인가요?...
http://www.nominum.com/resources/bind-faq.html#nottl 에 있는 내용입니다.
Since BIND 8.2, you need a $TTL directive to set the default TTL
for the zone. Add a '$TTL XXXXXX' directive prior to the SOA
record for the zone. (XXXXXX denotes the default TTL in
seconds.)
zone파일에 @ IN SOA .. 라인 전에
$TTL 1D
와 같이 정의하시면 됩니다.