From: Peter van Dijk Date: Fri, 2 Dec 2016 13:01:57 +0000 (+0100) Subject: stop auto-started pdns with 0.0.0.0 bind, to allow individual binds X-Git-Tag: dnsdist-1.1.0-beta2~29^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e07dae821b33776c59bfa6d7c7a1a9b1fa3f6023;p=thirdparty%2Fpdns.git stop auto-started pdns with 0.0.0.0 bind, to allow individual binds --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 41eb1bc7b6..954126a605 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -347,6 +347,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"