Update README.md

This commit is contained in:
Rupert Edwards 2017-03-23 16:04:00 -05:00 committed by GitHub
parent e3b597d5ff
commit d22c08e422
1 changed files with 8 additions and 8 deletions

View File

@ -2,14 +2,14 @@
Tor Iptables script is an anonymizer that sets up iptables and tor to route all services and traffic including DNS through the tor network. Tor Iptables script is an anonymizer that sets up iptables and tor to route all services and traffic including DNS through the tor network.
####Dependencies: #### Dependencies:
tor tor
####[Usage](https://github.com/ruped24/toriptables2/wiki/Optional-installation-methods-for-toriptables2.py#executing-toriptables2py-as-a-standalone-executable): #### [Usage](https://github.com/ruped24/toriptables2/wiki/Optional-installation-methods-for-toriptables2.py#executing-toriptables2py-as-a-standalone-executable):
```python ```python
toriptables2.py -h toriptables2.py -h
``` ```
####To test: #### To test:
* [What is my IP address](http://whatismyipaddress.com) * [What is my IP address](http://whatismyipaddress.com)
* [Check Tor Project](https://check.torproject.org) * [Check Tor Project](https://check.torproject.org)
* [Witch proxy checker](http://witch.valdikss.org.ru) * [Witch proxy checker](http://witch.valdikss.org.ru)
@ -18,8 +18,8 @@ toriptables2.py -h
* [What every Browser knows about you](http://webkay.robinlinus.com/) * [What every Browser knows about you](http://webkay.robinlinus.com/)
####To change IP w/o reload: #### To change IP w/o reload:
#####Refresh Check Tor Project webpage ##### Refresh Check Tor Project webpage
```bash ```bash
sudo kill -HUP $(pidof tor) sudo kill -HUP $(pidof tor)
``` ```
@ -34,15 +34,15 @@ sudo kill -HUP $(pidof tor)
* [Tor IPTables rules loaded](http://bit.ly/1NjmDLn) * [Tor IPTables rules loaded](http://bit.ly/1NjmDLn)
--- ---
##[toriptables2g for GUI Desktop with notification](https://bitbucket.org/ruped24/toriptables2g/src) ## [toriptables2g for GUI Desktop with notification](https://bitbucket.org/ruped24/toriptables2g/src)
####Dependencies: #### Dependencies:
tor python-notify tor python-notify
#### Screenshot: #### Screenshot:
* [Tor Iptables2G with desktop notification](http://bit.ly/2bJO9WA) * [Tor Iptables2G with desktop notification](http://bit.ly/2bJO9WA)
###Distro Specific Fix: ### Distro Specific Fix:
* [Parrot Security OS 3.1.1 Anonsurf](https://www.inforge.net/xi/threads/parrot-security-os-3-1-1-anonsurf-fix-tor-by-vap0r.457379/) *Note: Translation needed* * [Parrot Security OS 3.1.1 Anonsurf](https://www.inforge.net/xi/threads/parrot-security-os-3-1-1-anonsurf-fix-tor-by-vap0r.457379/) *Note: Translation needed*
* [Arch Linux](https://github.com/ruped24/toriptables2/pull/5/files) * [Arch Linux](https://github.com/ruped24/toriptables2/pull/5/files)