Merge branch 'tilde-town-domain-name' of login/.tilde into master

Looks good!
This commit is contained in:
ubergeek 2018-12-27 13:10:45 -05:00 committed by Gitea
commit 9075451f3c
2 changed files with 23 additions and 0 deletions

18
db.town.tilde Normal file
View File

@ -0,0 +1,18 @@
;
; BIND data file for town.tilde
;
$TTL 604802
@ IN SOA town.tilde. town.your.tilde. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
IN A 54.69.163.190
;
@ 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
cgi IN A 54.69.163.190

View File

@ -41,6 +41,11 @@ zone "tilde.tilde" {
file "/etc/bind/db.tilde.tilde";
};
zone "town.tilde" {
type master;
file "/etc/bind/db.town.tilde";
};
zone "thunix.tilde" IN {
type stub;
file "/etc/bind/db.thunix.tilde";