Don't use production address (127.0.0.1) in runtime system test.

This commit is contained in:
Mark Andrews
2020-08-31 13:51:47 +10:00
parent a6ce0a3242
commit 1f14705938
4 changed files with 4 additions and 4 deletions

View File

@@ -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;
};

View File

@@ -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;
};

View File

@@ -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;
};

View File

@@ -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;
};