mirror of
https://git.envs.net/envs/DNS
synced 2024-11-13 12:33:14 +01:00
test dnssec on envs.sh
This commit is contained in:
parent
c5be52237f
commit
0df57b335c
@ -45,8 +45,9 @@ zone "envs.net" {
|
|||||||
zone "envs.sh" {
|
zone "envs.sh" {
|
||||||
type master;
|
type master;
|
||||||
file "/etc/bind/zones/db.envs.sh";
|
file "/etc/bind/zones/db.envs.sh";
|
||||||
//auto-dnssec maintain;
|
auto-dnssec maintain;
|
||||||
//inline-signing yes;
|
inline-signing yes;
|
||||||
|
serial-update-method increment;
|
||||||
notify explicit;
|
notify explicit;
|
||||||
also-notify { 168.119.12.180; 157.90.196.48; };
|
also-notify { 168.119.12.180; 157.90.196.48; };
|
||||||
allow-transfer { 127.0.0.1; key envs_msT; key tilde_msT; };
|
allow-transfer { 127.0.0.1; key envs_msT; key tilde_msT; };
|
||||||
|
Loading…
Reference in New Issue
Block a user