Adding chat.tilde

This commit is contained in:
root 2018-11-24 00:27:24 +00:00
parent d782dbe791
commit 81f0148e5a
2 changed files with 22 additions and 0 deletions

17
db.chat.tilde Normal file
View File

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

View File

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