diff --git a/db.a.tilde b/db.a.tilde new file mode 100644 index 00000000..df9a4234 --- /dev/null +++ b/db.a.tilde @@ -0,0 +1,14 @@ +; BIND data file for a.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.a.tilde. ( + 2024040701 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME a.tilde +@ IN A +* IN A diff --git a/db.irc.tilde b/db.irc.tilde new file mode 100644 index 00000000..c28f07ca --- /dev/null +++ b/db.irc.tilde @@ -0,0 +1,14 @@ +; BIND data file for irc.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.irc.tilde. ( + 2024040701 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME irc.tilde +@ IN A +* IN A diff --git a/db.ma.tilde b/db.ma.tilde new file mode 100644 index 00000000..93e1c8ec --- /dev/null +++ b/db.ma.tilde @@ -0,0 +1,14 @@ +; BIND data file for ma.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.ma.tilde. ( + 2024040701 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME ma.tilde +@ IN A +* IN A diff --git a/db.notifications.tilde b/db.notifications.tilde new file mode 100644 index 00000000..88220200 --- /dev/null +++ b/db.notifications.tilde @@ -0,0 +1,14 @@ +; BIND data file for notifications.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.notifications.tilde. ( + 2024040701 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME notifications.tilde +@ IN A +* IN A diff --git a/db.uptime.tilde b/db.uptime.tilde new file mode 100644 index 00000000..58b03344 --- /dev/null +++ b/db.uptime.tilde @@ -0,0 +1,14 @@ +; BIND data file for uptime.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.uptime.tilde. ( + 2024040701 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME uptime.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index fa1a9e1f..a1d30e74 100644 --- a/named.conf.local +++ b/named.conf.local @@ -65,3 +65,28 @@ zone "dev.tilde" { file "/etc/bind/db.dev.tilde"; }; +zone "notifications.tilde" { + type master; + file "/etc/bind/db.notifications.tilde"; +}; + +zone "uptime.tilde" { + type master; + file "/etc/bind/db.uptime.tilde"; +}; + +zone "a.tilde" { + type master; + file "/etc/bind/db.a.tilde"; +}; + +zone "irc.tilde" { + type master; + file "/etc/bind/db.irc.tilde"; +}; + +zone "ma.tilde" { + type master; + file "/etc/bind/db.ma.tilde"; +}; +