mirror of
https://git.envs.net/envs/DNS
synced 2024-11-13 12:33:14 +01:00
update changes from server (update tilde-intranet domain)
This commit is contained in:
parent
2da38cca26
commit
a1ac9700aa
@ -9,5 +9,5 @@
|
|||||||
include "/etc/bind/named.conf.options";
|
include "/etc/bind/named.conf.options";
|
||||||
include "/etc/bind/named.conf.local";
|
include "/etc/bind/named.conf.local";
|
||||||
include "/etc/bind/named.conf.slaves";
|
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";
|
include "/etc/bind/named.conf.default-zones";
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
zone "tilde." IN {
|
zone "tilde." IN {
|
||||||
type forward;
|
type forward;
|
||||||
forward only;
|
forward only;
|
||||||
forwarders { 149.56.184.112; 213.239.234.117; };
|
forwarders { 188.40.73.235; };
|
||||||
};
|
};
|
||||||
|
@ -71,7 +71,7 @@ zone "envs.tilde" {
|
|||||||
//auto-dnssec maintain;
|
//auto-dnssec maintain;
|
||||||
//inline-signing yes;
|
//inline-signing yes;
|
||||||
notify explicit;
|
notify explicit;
|
||||||
also-notify { 168.119.12.180; 192.99.181.240; 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; 149.56.184.112; 213.239.234.117; };
|
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; };
|
update-policy { grant letsencrypt_U name _acme-challenge.envs.tilde. txt; };
|
||||||
};
|
};
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$ORIGIN .
|
$ORIGIN .
|
||||||
$TTL 28800 ; 8 hours
|
$TTL 28800 ; 8 hours
|
||||||
envs.sh IN SOA ns1.envs.net. root.envs.net. (
|
envs.sh IN SOA ns1.envs.net. root.envs.net. (
|
||||||
2021072012 ; serial
|
2021081601 ; serial
|
||||||
10800 ; refresh (3 hours)
|
10800 ; refresh (3 hours)
|
||||||
3600 ; retry (1 hour)
|
3600 ; retry (1 hour)
|
||||||
604800 ; expire (1 week)
|
604800 ; expire (1 week)
|
||||||
|
Loading…
Reference in New Issue
Block a user