add {git,ci,news}.tilde

This commit is contained in:
Ben Harris 2019-01-27 20:22:00 -05:00
parent ce7edd43df
commit 3d2955c10b
Signed by: ben
GPG Key ID: 4E0AF802FFF7960C
4 changed files with 84 additions and 0 deletions

23
db.ci.tilde Normal file
View File

@ -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.

23
db.git.tilde Normal file
View File

@ -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.

23
db.news.tilde Normal file
View File

@ -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.

View File

@ -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";