1
0
mirror of https://git.envs.net/envs/DNS synced 2024-11-13 12:33:14 +01:00

update dns

This commit is contained in:
creme 2019-12-29 21:24:40 +01:00
parent 86a64556fe
commit 55bf1efae7
No known key found for this signature in database
GPG Key ID: C147C3B7FBDF08D0
5 changed files with 15 additions and 18 deletions

@ -37,7 +37,7 @@ zone "envs.net" {
//auto-dnssec maintain;
//inline-signing yes;
notify explicit;
also-notify { 198.50.128.75; 78.31.64.115; };
also-notify { 78.31.64.115; 198.50.128.75; };
allow-transfer { 127.0.0.1; key envs_msT; key tilde_msT; };
update-policy { grant letsencrypt_U name _acme-challenge.envs.net. txt; };
};
@ -48,7 +48,7 @@ zone "envs.sh" {
//auto-dnssec maintain;
//inline-signing yes;
notify explicit;
also-notify { 198.50.128.75; 78.31.64.115; };
also-notify { 78.31.64.115; 198.50.128.75; };
allow-transfer { 127.0.0.1; key envs_msT; key tilde_msT; };
update-policy { grant letsencrypt_U name _acme-challenge.envs.sh. txt; };
};
@ -59,7 +59,7 @@ zone "envs.o" {
//auto-dnssec maintain;
//inline-signing yes;
notify explicit;
also-notify { 198.50.128.75; 78.31.64.115; };
also-notify { 78.31.64.115; 198.50.128.75; };
allow-transfer { 127.0.0.1; key envs_msT; key tilde_msT; };
update-policy { grant letsencrypt_U name _acme-challenge.envs.o. txt; };
};
@ -71,7 +71,7 @@ zone "envs.tilde" {
//auto-dnssec maintain;
//inline-signing yes;
notify explicit;
also-notify { 198.50.128.75; 78.31.64.115; 149.56.184.112; 213.239.234.117; };
also-notify { 78.31.64.115; 198.50.128.75; 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; };
update-policy { grant letsencrypt_U name _acme-challenge.envs.tilde. txt; };
};

@ -65,12 +65,6 @@ zone "tilde.news" {
masters { 198.50.128.75; };
};
zone "tildenic.org" {
type slave;
file "/etc/bind/slaves/db.tildenic.org";
masters { 198.50.128.75; };
};
zone "tilde.ninja" {
type slave;
file "/etc/bind/slaves/db.tilde.ninja";

@ -1,6 +1,7 @@
$ORIGIN .
$TTL 28800 ; 8 hours
envs.net. IN SOA ns1.envs.net. root.envs.net. (
2019112703 ; serial
envs.net IN SOA ns1.envs.net. root.envs.net. (
2019122901 ; serial
10800 ; refresh (3 hours)
3600 ; retry (1 hour)
604800 ; expire (1 week)
@ -11,7 +12,7 @@ envs.net. IN SOA ns1.envs.net. root.envs.net. (
A 89.163.145.170
MX 10 mail.envs.net.
CAA 128 issue "letsencrypt.org"
TXT "v=spf1 a mx ~all"
TXT "v=spf1 a mx -all"
TXT "keybase-site-verification=-iwam5CwuryuM8r6wUwTbINViZL9CJoyfVbBmBy7_8k"
SSHFP 1 1 2a3dbba3587d58c0e5ca18538fb740d4d46a147f
SSHFP 1 2 edd078ef499fce5ca186daa68e75dc888c69fa358b002898282dc413f6749458

@ -1,6 +1,7 @@
$ORIGIN .
$TTL 28800 ; 8 hours
envs.sh. IN SOA ns1.envs.net. root.envs.net. (
2019111402 ; Serial
envs.sh IN SOA ns1.envs.net. root.envs.net. (
2019122901 ; Serial
10800 ; Refresh
3600 ; Retry
604800 ; Expire

@ -1,6 +1,7 @@
$ORIGIN .
$TTL 28800 ; 8 hours
envs.tilde. IN SOA ns1.envs.net. root.envs.net. (
2019111402 ; Serial
envs.tilde IN SOA ns1.envs.net. root.envs.net. (
2019122901 ; Serial
10800 ; Refresh
3600 ; Retry
604800 ; Expire