Made your.tilde zone forward you yourtilde's DNS server

This commit is contained in:
root 2018-11-23 03:38:14 +00:00
parent 3372770262
commit d782dbe791
2 changed files with 3 additions and 4 deletions

View File

@ -16,8 +16,7 @@ zone "team.tilde" {
file "/etc/bind/db.team.tilde"; file "/etc/bind/db.team.tilde";
}; };
zone "your.tilde" { zone "your.tilde" IN {
type forward; type forward;
forward only;
forwarders { 149.56.184.112; }; forwarders { 149.56.184.112; };
}; };

View File

@ -19,7 +19,7 @@ options {
// If BIND logs error messages about the root key being expired, // If BIND logs error messages about the root key being expired,
// you will need to update your keys. See https://www.isc.org/bind-keys // you will need to update your keys. See https://www.isc.org/bind-keys
//======================================================================== //========================================================================
dnssec-validation auto; dnssec-validation no;
auth-nxdomain no; # conform to RFC1035 auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; }; listen-on-v6 { any; };