What's new

Running Tor and Privoxy on the router

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

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
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
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top