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";
|
||||
};
|
||||
|
||||
zone "your.tilde" {
|
||||
type forward;
|
||||
forward only;
|
||||
zone "your.tilde" IN {
|
||||
type forward;
|
||||
forwarders { 149.56.184.112; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user