diff options
author | Thomas Lange <code@nerdmind.de> | 2016-07-13 11:33:53 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2016-07-13 11:37:11 +0200 |
commit | a90aed3d1792f20e7cafc0b708b3f0407482d4e8 (patch) | |
tree | cc493d10052df86f2246b7ee0a06cdb3fe352e2e /Bash | |
parent | 4b24f5b563fdbc456c44dfbb55bdf1f4f58f5c18 (diff) | |
download | snippets-a90aed3d1792f20e7cafc0b708b3f0407482d4e8.tar.gz snippets-a90aed3d1792f20e7cafc0b708b3f0407482d4e8.tar.xz snippets-a90aed3d1792f20e7cafc0b708b3f0407482d4e8.zip |
Missing bracket in comment.
Diffstat (limited to 'Bash')
-rwxr-xr-x | Bash/iptables-whiteblacklisting.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bash/iptables-whiteblacklisting.sh b/Bash/iptables-whiteblacklisting.sh index fc58f60..d1eafb9 100755 --- a/Bash/iptables-whiteblacklisting.sh +++ b/Bash/iptables-whiteblacklisting.sh @@ -1,6 +1,6 @@ #!/bin/bash #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# -# IPTables port whitelisting-/blacklisting Thomas Lange <code@nerdmind.de>] # +# IPTables port whitelisting-/blacklisting [Thomas Lange <code@nerdmind.de>] # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# # # # This script configures your firewall with whitelisting or blacklisting rules # |