Merge branch 'master' of kneezle/.tilde into master

Looks good.  Might want to fix the SOA so it doesn't point at chat.tilde, though.
This commit is contained in:
ubergeek 2019-01-06 19:30:56 -05:00 committed by Gitea
commit e0fc9f82c2
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";
};