Skip to content

Commit 15c2bd7

Browse files
committed
Remove useless rule
1 parent f3347e2 commit 15c2bd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cfg-firewall-laptop-alex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ $IPTABLES -A Icmp -p icmp -m comment --comment "Drop any remaining ICMP packets"
458458
#####################
459459
log "Create a Reject chain that rejects unwanted stuff."
460460
[ "$($IPTABLES -nL|awk '/Chain/ && /Reject/ {print $2}')" = "Reject" ] || $IPTABLES -N Reject
461-
$IPTABLES -A Reject
462461
log "Filter everything through the Invalid-source chain."
463462
$IPTABLES -A Reject -m comment --comment "Filter through Invalid-source chain" -j Invalid-source
464463
log "Filter everything through the Invalid-destination chain."

0 commit comments

Comments
 (0)