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

This commit is contained in:
ubergeek 2020-01-23 17:30:57 -05:00 committed by Gitea
commit cbaeffadc1
5 changed files with 53 additions and 13 deletions

18
db.am.tilde Normal file
View File

@ -0,0 +1,18 @@
;
; BIND data file for am.tilde
;
$TTL 604802
@ IN SOA master.tilde. root.master.tilde. (
2020012001 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
IN A 168.235.111.79
;
IN NS ns1.master.tilde.
IN NS ns2.master.tilde.
@ IN A 168.235.111.79
www IN A 168.235.111.79

View File

@ -9,15 +9,14 @@ $TTL 604802
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
IN A 107.206.239.11
IN A 168.235.111.79
;
IN NS ns1.master.tilde.
IN NS ns2.master.tilde.
IN NS ns5.master.tilde.
@ IN A 107.206.239.11
www IN A 107.206.239.11
ftp IN A 107.206.239.11
gopher IN A 107.206.239.11
download IN A 107.206.239.11
tilde IN A 107.206.239.11
@ IN A 168.235.111.79
www IN A 168.235.111.79
ftp IN A 168.235.111.79
gopher IN A 168.235.111.79
download IN A 168.235.111.79
tilde IN A 168.235.111.79

18
db.anton.tilde Normal file
View File

@ -0,0 +1,18 @@
;
; BIND data file for anton.tilde
;
$TTL 604802
@ IN SOA master.tilde. root.master.tilde. (
2020012101 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
IN A 168.235.111.79
;
IN NS ns1.master.tilde.
IN NS ns2.master.tilde.
@ IN A 168.235.111.79
www IN A 168.235.111.79

View File

@ -9,12 +9,11 @@ $TTL 604802
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
IN A 107.206.239.11
IN A 168.235.111.79
;
IN NS ns1.master.tilde.
IN NS ns2.master.tilde.
IN NS ns5.master.tilde.
@ IN A 107.206.239.11
ca IN A 107.206.239.11
domain IN A 107.206.239.11
@ IN A 168.235.111.79
ca IN A 168.235.111.79
domain IN A 168.235.111.79

View File

@ -129,3 +129,9 @@ zone "club.tilde" {
type master;
file "/etc/bind/db.club.tilde";
};
zone "anton.tilde" {
type master;
file"/etc/bind/db.anton.tilde";
zone "am.tilde" {
type master;
file "/etc/bind/db.am.tilde";