diff --git a/db.forums.tilde b/db.forums.tilde new file mode 100644 index 00000000..a5bcce3d --- /dev/null +++ b/db.forums.tilde @@ -0,0 +1,19 @@ +; +; BIND data file for forums.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 \ No newline at end of file diff --git a/db.wiki.tilde b/db.wiki.tilde new file mode 100644 index 00000000..c1b0e85b --- /dev/null +++ b/db.wiki.tilde @@ -0,0 +1,19 @@ +; +; BIND data file for wiki.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 \ No newline at end of file diff --git a/named.conf.local b/named.conf.local index af519c7a..c6f33f4d 100644 --- a/named.conf.local +++ b/named.conf.local @@ -125,4 +125,14 @@ zone "ca.tilde" { zone "os.tilde" { type master; file "/etc/bind/db.os.tilde"; +}; + +zone "wiki.tilde" { + type master; + file "/etc/bind/db.wiki.tilde"; +}; + +zone "forums.tilde" { + type master; + file "/etc/bind/db.forums.tilde"; }; \ No newline at end of file