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

This commit is contained in:
ubergeek 2019-09-05 17:22:14 -04:00 committed by Gitea
commit 013601f33b
2 changed files with 24 additions and 0 deletions

19
db.windows.tilde Normal file
View File

@ -0,0 +1,19 @@
;
; BIND data file for best.tilde
;
$TTL 604802
@ IN SOA windows.tilde. root.windows.tilde. (
2019012303 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
IN A 147.194.15.196
;
IN NS ns1.master.tilde.
IN NS ns2.master.tilde.
IN NS ns5.master.tilde.
@ IN A 147.194.15.196
* IN A 147.194.15.196

View File

@ -115,3 +115,8 @@ zone "ca.tilde" {
type master;
file "/etc/bind/db.ca.tilde";
};
zone "windows.tilde" {
type master;
file "/etc/bind/db.windows.tilde";
};