allow envs.net for tildenic.org

This commit is contained in:
Ben Harris 2019-08-18 18:28:11 +00:00
parent 50366355f8
commit e9bc16d2be
2 changed files with 18 additions and 2 deletions

View File

@ -159,7 +159,7 @@ zone "tilde.news" {
zone "tildenic.org" {
type master;
file "/etc/bind/zones/db.tildenic.org";
allow-transfer { 167.114.154.31; };
allow-transfer { 167.114.154.31; key tilde_msT; };
also-notify { 167.114.154.31; 89.163.145.170; };
update-policy {
grant certbot name _acme-challenge.tildenic.org. txt;

View File

@ -1,4 +1,4 @@
zone "tilde." IN {
zone "tilde" IN {
type forward;
forward only;
forwarders { 139.59.215.24; 149.56.184.112; };
@ -7,40 +7,56 @@ zone "tilde." IN {
zone "team.tilde" {
type master;
file "/etc/bind/zones/tilde/db.team.tilde";
allow-transfer { 139.59.215.24; 149.56.184.112; };
also-notify { 139.59.215.24; 149.56.184.112; };
};
zone "git.tilde" {
type master;
file "/etc/bind/zones/tilde/db.git.tilde";
allow-transfer { 139.59.215.24; 149.56.184.112; };
also-notify { 139.59.215.24; 149.56.184.112; };
};
zone "mastodon.tilde" {
type master;
file "/etc/bind/zones/tilde/db.mastodon.tilde";
allow-transfer { 139.59.215.24; 149.56.184.112; };
also-notify { 139.59.215.24; 149.56.184.112; };
};
zone "lists.tilde" {
type master;
file "/etc/bind/zones/tilde/db.lists.tilde";
allow-transfer { 139.59.215.24; 149.56.184.112; };
also-notify { 139.59.215.24; 149.56.184.112; };
};
zone "chat.tilde" {
type master;
file "/etc/bind/zones/tilde/db.chat.tilde";
allow-transfer { 139.59.215.24; 149.56.184.112; };
also-notify { 139.59.215.24; 149.56.184.112; };
};
zone "ci.tilde" {
type master;
file "/etc/bind/zones/tilde/db.ci.tilde";
allow-transfer { 139.59.215.24; 149.56.184.112; };
also-notify { 139.59.215.24; 149.56.184.112; };
};
zone "pleroma.tilde" {
type master;
file "/etc/bind/zones/tilde/db.pleroma.tilde";
allow-transfer { 139.59.215.24; 149.56.184.112; };
also-notify { 139.59.215.24; 149.56.184.112; };
};
zone "news.tilde" {
type master;
file "/etc/bind/zones/tilde/db.news.tilde";
allow-transfer { 139.59.215.24; 149.56.184.112; };
also-notify { 139.59.215.24; 149.56.184.112; };
};