Set tcp-on-no-cookie false for ans10 which doesn't support TCP

This commit is contained in:
Mark Andrews
2021-06-10 17:41:08 +10:00
parent dcd8e2c085
commit bc3a0dcf2b
5 changed files with 20 additions and 0 deletions

View File

@@ -37,6 +37,10 @@ options {
bindkeys-file "../../../../../bind.keys";
};
server 10.53.0.10 {
tcp-on-no-cookie false;
};
key rndc_key {
secret "1234abcd8765";
algorithm hmac-sha256;

View File

@@ -31,6 +31,10 @@ key rndc_key {
algorithm hmac-sha256;
};
server 10.53.0.10 {
tcp-on-no-cookie false;
};
controls {
inet 10.53.0.4 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
};

View File

@@ -31,6 +31,10 @@ key rndc_key {
algorithm hmac-sha256;
};
server 10.53.0.10 {
tcp-on-no-cookie false;
};
controls {
inet 10.53.0.4 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
};

View File

@@ -21,6 +21,10 @@ options {
listen-on-v6 { none; };
};
server 10.53.0.10 {
tcp-on-no-cookie false;
};
key rndc_key {
secret "1234abcd8765";
algorithm hmac-sha256;

View File

@@ -22,6 +22,10 @@ options {
bindkeys-file "managed.conf";
};
server 10.53.0.10 {
tcp-on-no-cookie false;
};
key rndc_key {
secret "1234abcd8765";
algorithm hmac-sha256;