Set tcp-on-no-cookie false; for 10.53.0.5 and 10.53.0.7

This commit is contained in:
Mark Andrews
2021-06-10 18:08:33 +10:00
parent bc3a0dcf2b
commit 33fa08b7d9
2 changed files with 16 additions and 0 deletions

View File

@@ -30,6 +30,14 @@ controls {
inet 10.53.0.1 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
};
server 10.53.0.5 {
tcp-on-no-cookie false;
};
server 10.53.0.7 {
tcp-on-no-cookie false;
};
zone "." {
type primary;
file "root.db";

View File

@@ -21,6 +21,14 @@ options {
dnssec-validation yes;
};
server 10.53.0.5 {
tcp-on-no-cookie false;
};
server 10.53.0.7 {
tcp-on-no-cookie false;
};
zone "." {
type primary;
file "root.db";