From 72bc3336541d1ab5eb7d5af329be0de65c97c198 Mon Sep 17 00:00:00 2001 From: Rupert Edwards Date: Sat, 20 Aug 2016 20:38:10 -0400 Subject: [PATCH] Update Readme.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc89b41..4b12692 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Tor Iptables script is an anonymizer that sets up iptables and tor to route all tor #####Usage: +``` toriptables2.py -h ``` #####To test: @@ -17,7 +18,7 @@ toriptables2.py -h #####To change IP w/o reload: ######Refresh Check Tor project webpage -```bash +``` sudo kill -HUP $(pidof tor) ```