This commit is contained in:
Stefan Midjich 2017-02-22 14:41:58 +01:00
parent d09cf444f3
commit 1d24604978
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#!/usr/bin/env python
# Python helper tool to add IPtables rule using the iptc library. This must
# of course run as root for iptc to work.
from argparse import ArgumentParser
from pprint import pprint as pp