On Wed, Jul 17, 2019 at 08:09:05AM +0000, Debian Bug Tracking System wrote: > You can follow progress on this Bug here: 932267: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932267.
Please see attached patch. -- Mark Schouten | Tuxis B.V. KvK: 74698818 | http://www.tuxis.nl/ T: +31 318 200208 | [email protected]
--- rules 2019-07-17 10:47:09.690339639 +0200 +++ rules.new 2019-07-17 10:47:26.102187973 +0200 @@ -52,7 +52,8 @@ ./pdns_recursor --no-config --config | sed \ -e 's!# config-dir=.*!config-dir=/etc/powerdns!' \ -e 's!# include-dir=.*!&\ninclude-dir=/etc/powerdns/recursor.d!' \ - -e 's!# local-address=.*!local-address=127.0.0.1!' \ + -e 's!# local-address=.*!local-address=127.0.0.1,::1!' \ + -e 's!# query-local-address6=.*!query-local-address6=::!' \ -e 's!# lua-config-file=.*!lua-config-file=/etc/powerdns/recursor.lua!' \ -e 's!# quiet=.*!quiet=yes!' \ -e 's!# setgid=.*!setgid=pdns!' \

