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

This commit is contained in:
deepend 2019-01-23 17:45:27 -05:00 committed by Gitea
commit a9df56df32
4 changed files with 36 additions and 16 deletions

View File

@ -1,17 +1,19 @@
; ;
; BIND data file for the pending new CA. not sure where to point yet so not in main files, just reserved ; BIND data file for ca.tilde
; ;
$TTL 604802 $TTL 604802
@ IN SOA CA.tilde. root.CA.tilde. ( @ IN SOA master.tilde. root.master.tilde. (
2019010701 ; Serial 2019012302 ; Serial
604800 ; Refresh 604800 ; Refresh
86400 ; Retry 86400 ; Retry
2419200 ; Expire 2419200 ; Expire
604800 ) ; Negative Cache TTL 604800 ) ; Negative Cache TTL
; ;
IN NS ns1.master.tilde. IN A 107.206.239.11
IN NS ns2.master.tilde. ;
IN NS ns3.master.tilde. IN NS ns1.master.tilde.
IN NS ns4.master.tilde. IN NS ns2.master.tilde.
IN NS ns3.master.tilde.
IN NS ns4.master.tilde.
@ IN A 107.206.239.11 @ IN A 107.206.239.11

19
db.domain.tilde Normal file
View File

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

@ -3,7 +3,7 @@
; ;
$TTL 604802 $TTL 604802
@ IN SOA master.tilde. root.master.tilde. ( @ IN SOA master.tilde. root.master.tilde. (
2019010601 ; Serial 2019012301 ; Serial
604800 ; Refresh 604800 ; Refresh
86400 ; Retry 86400 ; Retry
2419200 ; Expire 2419200 ; Expire
@ -16,10 +16,4 @@ $TTL 604802
IN NS ns3.master.tilde. IN NS ns3.master.tilde.
IN NS ns4.master.tilde. IN NS ns4.master.tilde.
@ IN A 107.206.239.11 @ 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
ca IN A 107.206.239.11

View File

@ -85,4 +85,9 @@ zone "jan6.tilde" {
zone "summit.tilde" { zone "summit.tilde" {
type master; type master;
file "/etc/bind/db.summit.tilde"; file "/etc/bind/db.summit.tilde";
};
zone "domain.tilde" {
type master;
file "/etc/bind/db.summit.tilde";
}; };