mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-01-24 20:10:17 +00:00
Adding chat.tilde
This commit is contained in:
17
db.chat.tilde
Normal file
17
db.chat.tilde
Normal 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
|
||||||
@@ -20,3 +20,8 @@ zone "your.tilde" IN {
|
|||||||
type forward;
|
type forward;
|
||||||
forwarders { 149.56.184.112; };
|
forwarders { 149.56.184.112; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zone "chat.tilde" {
|
||||||
|
tpye master;
|
||||||
|
file "/etc/bind/db.chat.tilde";
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user