diff --git a/db.ca.tilde b/db.ca.tilde index 2c06e1fd..9b37274e 100644 --- a/db.ca.tilde +++ b/db.ca.tilde @@ -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 -@ IN SOA CA.tilde. root.CA.tilde. ( - 2019010701 ; Serial +@ IN SOA master.tilde. root.master.tilde. ( + 2019012302 ; Serial 604800 ; Refresh 86400 ; Retry 2419200 ; Expire 604800 ) ; Negative Cache TTL ; - 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 +; + 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 +@ IN A 107.206.239.11 \ No newline at end of file diff --git a/db.domain.tilde b/db.domain.tilde new file mode 100644 index 00000000..f64518d7 --- /dev/null +++ b/db.domain.tilde @@ -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 \ No newline at end of file diff --git a/db.summit.tilde b/db.summit.tilde index b43c7395..a8780a84 100644 --- a/db.summit.tilde +++ b/db.summit.tilde @@ -3,7 +3,7 @@ ; $TTL 604802 @ IN SOA master.tilde. root.master.tilde. ( - 2019010601 ; Serial + 2019012301 ; Serial 604800 ; Refresh 86400 ; Retry 2419200 ; Expire @@ -16,10 +16,4 @@ $TTL 604802 IN NS ns3.master.tilde. IN NS ns4.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 -ca IN A 107.206.239.11 \ No newline at end of file +@ IN A 107.206.239.11 \ No newline at end of file diff --git a/named.conf.local b/named.conf.local index 55d975f7..81cd8b04 100644 --- a/named.conf.local +++ b/named.conf.local @@ -85,4 +85,9 @@ zone "jan6.tilde" { zone "summit.tilde" { type master; file "/etc/bind/db.summit.tilde"; +}; + +zone "domain.tilde" { + type master; + file "/etc/bind/db.summit.tilde"; }; \ No newline at end of file