mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-01-24 12:00:19 +00:00
Fixed MX record for team.tilde, added your.tilde forwarder for now
This commit is contained in:
@@ -15,3 +15,9 @@ zone "team.tilde" {
|
||||
type master;
|
||||
file "/etc/bind/db.team.tilde";
|
||||
};
|
||||
|
||||
zone "your.tilde" {
|
||||
type forward;
|
||||
forward only;
|
||||
forwarders { 149.56.184.112; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user