subdomain.domain.com
바인딩9를 사용하여 내 IP나 서버로 리디렉션하고 싶습니다 .
이렇게 하려고 합니다.named.conf
zone "subdomain.domain.com" { type forward; forward only; forwarders { 192.168.43.143; }; };
이것은 내 명명된.conf.options입니다.
options {
directory "/var/cache/bind";
recursion yes;
dnssec-validation no;
//allow-recursion {127.0.0.1; 192.168.43.143;};
auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; }; };
하지만 subdomain.domain.com에 액세스하려고 할 때마다 시간 초과 또는 이름이 확인되지 않았다는 메시지가 나타납니다.
내 서버가 작동 중이고 서버의 IP를 얻으면 내가 원하는 것이 정확히 표시됩니다.