Update toriptables2.py
This commit is contained in:
parent
cab01fa775
commit
81b672e7fb
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ if __name__ == '__main__':
|
||||||
help='This option will load tor iptables rules')
|
help='This option will load tor iptables rules')
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'-f', '--flush',
|
'-f', '--flush',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help='This option flushes the iptables rules to default')
|
help='This option flushes the iptables rules to default')
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue