diff --git a/db.chat.tilde b/db.chat.tilde new file mode 100644 index 0000000..18c9317 --- /dev/null +++ b/db.chat.tilde @@ -0,0 +1,17 @@ +; +; BIND data file for team.tilde +; +$TTL 604802 +@ IN SOA chat.tilde. root.chat.tilde. ( + 2018112301 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +ns IN A 139.59.215.24 +@ IN NS master.tilde. +@ IN A 195.201.242.48 +@ IN A 71.19.146.164 +@ IN A 104.225.221.249 +@ IN A 142.44.251.173 diff --git a/named.conf.local b/named.conf.local index 6cfd8c0..febbfe2 100644 --- a/named.conf.local +++ b/named.conf.local @@ -20,3 +20,8 @@ zone "your.tilde" IN { type forward; forwarders { 149.56.184.112; }; }; + +zone "chat.tilde" { + tpye master; + file "/etc/bind/db.chat.tilde"; +};