Don't use production address (127.0.0.1) in runtime system test.
This commit is contained in:
@@ -13,7 +13,7 @@ options {
|
||||
directory "./nope";
|
||||
port @PORT@;
|
||||
pid-file "named.pid";
|
||||
listen-on { 127.0.0.1; };
|
||||
listen-on { 10.53.0.2; };
|
||||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
};
|
||||
|
||||
@@ -13,7 +13,7 @@ options {
|
||||
managed-keys-directory "./nope";
|
||||
port @PORT@;
|
||||
pid-file "named.pid";
|
||||
listen-on { 127.0.0.1; };
|
||||
listen-on { 10.53.0.2; };
|
||||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
};
|
||||
|
||||
@@ -13,7 +13,7 @@ options {
|
||||
new-zones-directory "./nope";
|
||||
port @PORT@;
|
||||
pid-file "named.pid";
|
||||
listen-on { 127.0.0.1; };
|
||||
listen-on { 10.53.0.2; };
|
||||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
};
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
options {
|
||||
port @PORT@;
|
||||
pid-file "named9.pid";
|
||||
listen-on { 127.0.0.1; };
|
||||
listen-on { 10.53.0.2; };
|
||||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user