Added TorIptables installation wiki page
parent
0f6f39d27a
commit
23e1514523
1 changed files with 22 additions and 1 deletions
|
@ -14,6 +14,16 @@
|
||||||
|
|
||||||
1. `sudo toriptables2.py -h`
|
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:
|
### Executing toriptables2 module as a script:
|
||||||
|
|
||||||
|
@ -27,4 +37,15 @@
|
||||||
|
|
||||||
1. `cd ~`
|
1. `cd ~`
|
||||||
|
|
||||||
1. `sudo python -m toriptables2 -h`
|
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
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue