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

This commit is contained in:
ubergeek 2019-01-26 22:56:22 -05:00 committed by Gitea
commit ce7edd43df
2 changed files with 24 additions and 0 deletions

19
db.os.tilde Normal file
View File

@ -0,0 +1,19 @@
;
; BIND data file for os.tilde
;
$TTL 604802
@ IN SOA master.tilde. root.master.tilde. (
2019012601 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
IN A 107.206.239.11
;
IN NS ns1.master.tilde.
IN NS ns2.master.tilde.
IN NS ns3.master.tilde.
IN NS ns4.master.tilde.
@ IN A 107.206.239.11

View File

@ -95,4 +95,9 @@ zone "domain.tilde" {
zone "ca.tilde" {
type master;
file "/etc/bind/db.ca.tilde";
};
zone "os.tilde" {
type master;
file "/etc/bind/db.os.tilde";
};