mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-01-24 12:00:19 +00:00
Made your.tilde zone forward you yourtilde's DNS server
This commit is contained in:
@@ -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; };
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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; };
|
||||||
|
|||||||
Reference in New Issue
Block a user