Skip to content

Route all your internet traffic anonymously through the TOR relays. Encrypt your internet connection to enforce security and privacy. Prevent data leak and traffic spoofing on the client side. Bypass regional restrictions using public relay providers and escape client side content filters and internet censorship.

License

sagarkhandve/OpenWrt-TorRouter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

OpenWrt - Tor Router provide anonymous communication with onion routing.

  1. Connect to OpenWrt router using ssh connection.
    ssh root@192.168.1.1
  1. Clone this repository and cd into it and execute the script.
    git clone https://github.com/sagarkhandve/OpenWrt-TorRouter.git
    cd OpenWrt-TorRouter/
    chmod +x OpenWrt-TorRouter.sh
    sh OpenWrt-TorRouter.sh
  1. Verify that you are using Tor.
    https://check.torproject.org/
  1. Check your client public IP addresses.
   https://ipleak.net/
  1. Make sure there is no DNS leak on the client side.
   https://dnsleaktest.com/

Troubleshooting.

  1. Restart services.
   /etc/init.d/log restart; /etc/init.d/firewall restart; /etc/init.d/tor restart
  1. Log and status.
   logread -e Tor; netstat -l -n -p | grep -e tor
  1. Runtime configuration.
   pgrep -f -a tor
   iptables-save -c; ip6tables-save -c; ipset list
  1. Persistent configuration.
   uci show firewall; uci show tor; grep -v -r -e "^#" -e "^$" /etc/tor

License

About

Route all your internet traffic anonymously through the TOR relays. Encrypt your internet connection to enforce security and privacy. Prevent data leak and traffic spoofing on the client side. Bypass regional restrictions using public relay providers and escape client side content filters and internet censorship.

Resources

License

Stars

Watchers

Forks

Languages