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