update changes from server (update tilde-intranet domain)

This commit is contained in:
creme 2021-08-16 22:04:55 +02:00
parent 2da38cca26
commit a1ac9700aa
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
4 changed files with 5 additions and 5 deletions

View File

@ -9,5 +9,5 @@
include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.slaves";
//include "/etc/bind/named.conf.forward";
include "/etc/bind/named.conf.forward";
include "/etc/bind/named.conf.default-zones";

View File

@ -4,5 +4,5 @@
zone "tilde." IN {
type forward;
forward only;
forwarders { 149.56.184.112; 213.239.234.117; };
forwarders { 188.40.73.235; };
};

View File

@ -71,7 +71,7 @@ zone "envs.tilde" {
//auto-dnssec maintain;
//inline-signing yes;
notify explicit;
also-notify { 168.119.12.180; 192.99.181.240; 149.56.184.112; 213.239.234.117; };
allow-transfer { 127.0.0.1; key envs_msT; key tilde_msT; 149.56.184.112; 213.239.234.117; };
also-notify { 168.119.12.180; 192.99.181.240; 188.40.73.235; };
allow-transfer { 127.0.0.1; key envs_msT; key tilde_msT; 188.40.73.235; };
update-policy { grant letsencrypt_U name _acme-challenge.envs.tilde. txt; };
};

View File

@ -1,7 +1,7 @@
$ORIGIN .
$TTL 28800 ; 8 hours
envs.sh IN SOA ns1.envs.net. root.envs.net. (
2021072012 ; serial
2021081601 ; serial
10800 ; refresh (3 hours)
3600 ; retry (1 hour)
604800 ; expire (1 week)