저는 온라인 개발 서버로 작업하고 있으며 구성을 자주 변경해야 하는데 bind9
작업 컴퓨터에서 변경 사항을 볼 수 없습니다.
내가하고있는 일은 내 서버에서 다음과 같습니다.
[email protected]# vi /etc/bind/pri.myserver.com
(change some records, then update serial)
[email protected]# service bind9 reload
[email protected]# rndc reload
[email protected]# dig +nocmd myserver.com any +multiline +noall +answer
내가 얻은 것은 bind
이전 일련 번호가 포함된 이전 버전의 구성입니다.
나는 성공하지 못한 채 명령 @127.0.0.1
에 추가하려고 시도했습니다 .dig
내가 뭘 잘못하고 있는 거지? 새 시리얼에서 새 구성을 볼 수 없는 이유는 무엇입니까?