Fixed MX record for team.tilde, added your.tilde forwarder for now

This commit is contained in:
root
2018-11-23 03:05:44 +00:00
parent f8b447da6d
commit e51e49bf38
2 changed files with 8 additions and 2 deletions

View File

@@ -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; };
};