From 23e151452310ee208ef3ca55a98e00bc75df800c Mon Sep 17 00:00:00 2001 From: Rupert Edwards Date: Wed, 7 Dec 2016 23:42:18 -0500 Subject: [PATCH] Added TorIptables installation wiki page --- ...nstallation-methods-for-toriptables2.py.md | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/Optional-Installation-methods-for-toriptables2.py.md b/Optional-Installation-methods-for-toriptables2.py.md index 8931253..07a8ffd 100644 --- a/Optional-Installation-methods-for-toriptables2.py.md +++ b/Optional-Installation-methods-for-toriptables2.py.md @@ -14,6 +14,16 @@ 1. `sudo toriptables2.py -h` +``` +usage: toriptables2.py [-h] [-l] [-f] + +Tor Iptables script for loading and unloading iptables rules + +optional arguments: + -h, --help show this help message and exit + -l, --load This option will load tor iptables rules + -f, --flush This option flushes the iptables rules to default +``` ### Executing toriptables2 module as a script: @@ -27,4 +37,15 @@ 1. `cd ~` -1. `sudo python -m toriptables2 -h` \ No newline at end of file +1. `sudo python -m toriptables2 -h` + +``` +usage: toriptables2.py [-h] [-l] [-f] + +Tor Iptables script for loading and unloading iptables rules + +optional arguments: + -h, --help show this help message and exit + -l, --load This option will load tor iptables rules + -f, --flush This option flushes the iptables rules to default +``` \ No newline at end of file