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

This commit is contained in:
ubergeek 2019-02-12 18:46:12 -05:00 committed by Gitea
commit ecc5d250ff
2 changed files with 24 additions and 0 deletions

19
db.search.tilde Normal file
View File

@ -0,0 +1,19 @@
;
; BIND data file for search.tilde
;
$TTL 604802
@ IN SOA master.tilde. root.master.tilde. (
2019021101 ; 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

@ -135,4 +135,9 @@ zone "wiki.tilde" {
zone "forums.tilde" {
type master;
file "/etc/bind/db.forums.tilde";
};
zone "search.tilde" {
type master;
file "/etc/bind/db.search.tilde";
};