From: tcely Date: Wed, 9 Aug 2017 12:04:30 +0000 (-0400) Subject: Allowed override with PDNS_LISTEN_ADDR environment variable X-Git-Tag: auth-4.1.0-rc1~11^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5583%2Fhead;p=thirdparty%2Fpdns.git Allowed override with PDNS_LISTEN_ADDR environment variable --- diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index 49c2faac37..a83bcf60b3 100755 --- a/regression-tests/start-test-stop +++ b/regression-tests/start-test-stop @@ -151,7 +151,7 @@ then exit fi -address='127.0.0.1' +address="${PDNS_LISTEN_ADDR:-127.0.0.1}" port=$1 [ -z "$port" ] && port=5300 context=$2