Update toriptables2.py
This commit is contained in:
parent
fda5a9873e
commit
6bbc0cb093
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ if __name__ == '__main__':
|
||||||
parser = ArgumentParser(
|
parser = ArgumentParser(
|
||||||
description='Tor Iptables script for loading and unloading iptables rules')
|
description='Tor Iptables script for loading and unloading iptables rules')
|
||||||
parser.add_argument('-l', '--load',
|
parser.add_argument('-l', '--load',
|
||||||
action="store_true",
|
action='store_true',
|
||||||
help='This option will load tor iptables rules')
|
help='This option will load tor iptables rules')
|
||||||
parser.add_argument('-f', '--flush',
|
parser.add_argument('-f', '--flush',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
|
|
Loading…
Reference in a new issue