From 1d246049786b6c835c896d236c756d8707fa1919 Mon Sep 17 00:00:00 2001 From: Stefan Midjich Date: Wed, 22 Feb 2017 14:41:58 +0100 Subject: [PATCH] comment --- tools/add_client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/add_client.py b/tools/add_client.py index b1dc8f3..36df12c 100644 --- a/tools/add_client.py +++ b/tools/add_client.py @@ -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