🗃️ Committing everything that changed 🗃️

Dockerfile
rootfs/usr/local/etc/docker/init.d/01-tor-server.sh
This commit is contained in:
casjay 2025-01-08 21:20:56 -05:00
parent 220c108c9c
commit 05385ea4ba
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
2 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,7 @@ ARG PHP_SERVER
ARG SHELL_OPTS ARG SHELL_OPTS
ARG PATH 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 ENV=~/.profile
ENV SHELL="/bin/sh" ENV SHELL="/bin/sh"

View File

@ -274,6 +274,7 @@ LogMessageDomains 1
Log notice file $LOG_DIR/tor-dns.log Log notice file $LOG_DIR/tor-dns.log
DNSPort 9053 DNSPort 9053
DNSListenAddress 0.0.0.0,[::]
AutomapHostsOnResolve 1 AutomapHostsOnResolve 1
AutomapHostsSuffixes .exit,.onion AutomapHostsSuffixes .exit,.onion