added kneezle.tilde

This commit is contained in:
1@1 2019-01-07 02:21:41 +02:00
parent fdff72fc15
commit 240278d6e7
2 changed files with 23 additions and 0 deletions

18
db.kneezle.tilde Normal file
View File

@ -0,0 +1,18 @@
;
; BIND data file for kneezle.tilde
; note - this domain was claimed by kneezle - please contact him before changing/removing
;
$TTL 604802
@ IN SOA chat.tilde. root.chat.tilde. (
2019010701 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
IN NS ns1.master.tilde.
IN NS ns2.master.tilde.
IN NS ns3.master.tilde.
IN NS ns4.master.tilde.
@ IN A 54.69.163.190

View File

@ -67,3 +67,8 @@ zone "crawl.tilde" {
file "/etc/bind/db.crawl.tilde";
};
zone "kneezle.tilde" {
type master;
file "/etc/bind/db.kneezle.tilde";
};