diff --git a/db.ci.tilde b/db.ci.tilde new file mode 100644 index 0000000..f322a63 --- /dev/null +++ b/db.ci.tilde @@ -0,0 +1,23 @@ +; +; BIND data file for ci.tilde +; +$TTL 604802 +@ IN SOA ci.tilde. root.team.tilde. ( + 2018112205 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL + IN A 195.201.242.48 +; + + IN NS ns1.master.tilde. + IN NS ns2.master.tilde. + IN NS ns3.master.tilde. + IN NS ns4.master.tilde. + +@ IN A 195.201.242.48 +* IN A 195.201.242.48 +@ IN AAAA 2a01:4f8:231:24f::2 +* IN AAAA 2a01:4f8:231:24f::2 +@ IN MX 10 mail.tilde.team. diff --git a/db.git.tilde b/db.git.tilde new file mode 100644 index 0000000..3925041 --- /dev/null +++ b/db.git.tilde @@ -0,0 +1,23 @@ +; +; BIND data file for git.tilde +; +$TTL 604802 +@ IN SOA git.tilde. root.team.tilde. ( + 2018112205 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL + IN A 195.201.242.48 +; + + IN NS ns1.master.tilde. + IN NS ns2.master.tilde. + IN NS ns3.master.tilde. + IN NS ns4.master.tilde. + +@ IN A 195.201.242.48 +* IN A 195.201.242.48 +@ IN AAAA 2a01:4f8:231:24f::2 +* IN AAAA 2a01:4f8:231:24f::2 +@ IN MX 10 mail.tilde.team. diff --git a/db.news.tilde b/db.news.tilde new file mode 100644 index 0000000..4baf28e --- /dev/null +++ b/db.news.tilde @@ -0,0 +1,23 @@ +; +; BIND data file for news.tilde +; +$TTL 604802 +@ IN SOA news.tilde. root.team.tilde. ( + 2018112205 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL + IN A 195.201.242.48 +; + + IN NS ns1.master.tilde. + IN NS ns2.master.tilde. + IN NS ns3.master.tilde. + IN NS ns4.master.tilde. + +@ IN A 195.201.242.48 +* IN A 195.201.242.48 +@ IN AAAA 2a01:4f8:231:24f::2 +* IN AAAA 2a01:4f8:231:24f::2 +@ IN MX 10 mail.tilde.team. diff --git a/named.conf.local b/named.conf.local index 3df87d8..3193b10 100644 --- a/named.conf.local +++ b/named.conf.local @@ -16,6 +16,21 @@ zone "team.tilde" { file "/etc/bind/db.team.tilde"; }; +zone "git.tilde" { + type master; + file "/etc/bind/db.git.tilde"; +}; + +zone "news.tilde" { + type master; + file "/etc/bind/db.news.tilde"; +}; + +zone "ci.tilde" { + type master; + file "/etc/bind/db.ci.tilde"; +}; + zone "your.tilde" { type master; file "/etc/bind/db.your.tilde";