hardtotell
Regular Contributor
If you're running Tor as an Entware service, the version is 0.2.5.10 for Qnapware/Zyxmon/ARMv7. The latest Asuswrt-Merlin firmware has compiled the most recent Tor version 0.2.5.11. It's easy to switch to use the latest. Just modify the Entware startup script for Tor, and remember to switch back when Zyxmon-Entware updates their stuff. Note that the firmware version of Tor has been renamed with an UPPERCASE letter "T", so that both the firmware and Entware versions of Tor may co-exist. I am also running Privoxy and it works great.
/opt/etc/init.d/S20tor
/opt/etc/init.d/S20tor
Code:
#!/bin/sh
ENABLED=yes
PROCS=Tor
ARGS="-f /opt/etc/tor/torrc"
PREARGS=""
DESC=$PROCS
PATH=/opt/sbin:/opt/bin:/opt/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
. /opt/etc/init.d/rc.func