diff --git a/Dockerfile b/Dockerfile index 44c65f5..caad269 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ ARG PHP_SERVER ARG SHELL_OPTS ARG PATH -ARG PACK_LIST="tor torsocks lyrebird privoxy php socat" +ARG PACK_LIST="tor torsocks lyrebird privoxy php socat unbound dns-tools" ENV ENV=~/.profile ENV SHELL="/bin/sh" diff --git a/rootfs/usr/local/etc/docker/init.d/01-tor-server.sh b/rootfs/usr/local/etc/docker/init.d/01-tor-server.sh index c5c082a..2eddd56 100755 --- a/rootfs/usr/local/etc/docker/init.d/01-tor-server.sh +++ b/rootfs/usr/local/etc/docker/init.d/01-tor-server.sh @@ -274,6 +274,7 @@ LogMessageDomains 1 Log notice file $LOG_DIR/tor-dns.log DNSPort 9053 +DNSListenAddress 0.0.0.0,[::] AutomapHostsOnResolve 1 AutomapHostsSuffixes .exit,.onion