diff options
author | Thomas Lange <code@nerdmind.de> | 2016-01-21 17:06:08 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2016-01-21 17:06:08 +0100 |
commit | 3829b044bce6989385583180f0477d1014972dee (patch) | |
tree | b050faab04e6a7643773c5ba0b2e4146545f64ad /Bash | |
parent | 509328fff952070e1a1b7adad3c0bf3095efdfee (diff) | |
download | snippets-3829b044bce6989385583180f0477d1014972dee.tar.gz snippets-3829b044bce6989385583180f0477d1014972dee.tar.xz snippets-3829b044bce6989385583180f0477d1014972dee.zip |
Initial commit
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 f68b337..b383f5b 100755 --- a/Bash/iptables-whiteblacklisting.sh +++ b/Bash/iptables-whiteblacklisting.sh @@ -133,5 +133,5 @@ fi #=============================================================================== # ADDITIONAL RULES #=============================================================================== -${IPTABLES_V4} --append INPUT --source 37.120.172.0/22 --jump ACCEPT +${IPTABLES_V4} --append INPUT --source 192.168.1.0/24 --jump ACCEPT ${IPTABLES_V6} --append INPUT --source fe80::/64 --jump ACCEPT
\ No newline at end of file |