From ac9081e1a8c4160e2f46bb0b89e9949bb0f1dd39 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 2 Dec 2016 14:01:57 +0100 Subject: [PATCH] stop auto-started pdns with 0.0.0.0 bind, to allow individual binds --- build-scripts/travis.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 84c704439e..112b82a326 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -341,6 +341,7 @@ install_recursor() { run "wget https://downloads.powerdns.com/autobuilt/auth/deb/$PDNS_SERVER_VERSION.trusty-amd64/pdns-server_$PDNS_SERVER_VERSION.trusty_amd64.deb" run "wget https://downloads.powerdns.com/autobuilt/auth/deb/$PDNS_SERVER_VERSION.trusty-amd64/pdns-tools_$PDNS_SERVER_VERSION.trusty_amd64.deb" run "sudo dpkg -i pdns-server_$PDNS_SERVER_VERSION.trusty_amd64.deb pdns-tools_$PDNS_SERVER_VERSION.trusty_amd64.deb" + run "sudo service pdns stop" run 'for suffix in {1..40}; do sudo /sbin/ip addr add 10.0.3.$suffix/32 dev lo; done' run "sudo touch /etc/authbind/byport/53" run "sudo chmod 755 /etc/authbind/byport/53" -- 2.47.2