From f7e4095f26473e29f653930d19e771f8a15d489b Mon Sep 17 00:00:00 2001 From: Edu4rdSHL Date: Fri, 1 Jun 2018 04:09:03 -0500 Subject: [PATCH] Added README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ea53eeb --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# TOR Router + +Tor Router allow you to use TOR as a transparent proxy and send all your trafic under TOR, the only that you need is: + +# Installing + +~$ git clone https://github.com/Edu4rdSHL/tor-router && cd ./tor-router && sudo bash install.sh + +# Uninstalling/Stoping + +Move your /etc/tor/torrc.backup file to /etc/tor/torrc, disable the tor-router.service using systemctl, remove /usr/bin/tor-router and /etc/systemd/system/tor-router.service and restart your computer.