From a1ac9700aa579973bdc2185c23b566ef92a4e9c0 Mon Sep 17 00:00:00 2001 From: creme Date: Mon, 16 Aug 2021 22:04:55 +0200 Subject: [PATCH] update changes from server (update tilde-intranet domain) --- named.conf | 2 +- named.conf.forward | 2 +- named.conf.local | 4 ++-- zones/db.envs.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/named.conf b/named.conf index f2b2a9f..84c8c94 100644 --- a/named.conf +++ b/named.conf @@ -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"; diff --git a/named.conf.forward b/named.conf.forward index a166147..5670679 100644 --- a/named.conf.forward +++ b/named.conf.forward @@ -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; }; }; diff --git a/named.conf.local b/named.conf.local index b828213..3730882 100644 --- a/named.conf.local +++ b/named.conf.local @@ -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; }; }; diff --git a/zones/db.envs.sh b/zones/db.envs.sh index 246e535..315344b 100644 --- a/zones/db.envs.sh +++ b/zones/db.envs.sh @@ -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)