Set tcp-on-no-cookie false; for 10.53.0.3 and 10.53.0.4
This commit is contained in:
@@ -28,6 +28,14 @@ options {
|
||||
};
|
||||
};
|
||||
|
||||
server 10.53.0.3 {
|
||||
tcp-on-no-cookie false;
|
||||
};
|
||||
|
||||
server 10.53.0.4 {
|
||||
tcp-on-no-cookie false;
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
secret "1234abcd8765";
|
||||
algorithm hmac-sha256;
|
||||
|
||||
Reference in New Issue
Block a user