diff --git a/files/startblock.sh b/files/startblock.sh index 72e74b2..c36f5a2 100644 --- a/files/startblock.sh +++ b/files/startblock.sh @@ -61,3 +61,4 @@ while iptables -C FORWARD -i "$LAN_IF" -s "$LAN_NET" -j CAPTIVE_BLOCK 2>/dev/nul done iptables -I FORWARD 1 -i "$LAN_IF" -s "$LAN_NET" -j CAPTIVE_BLOCK +echo "OK: filter rules applied" diff --git a/files/stopblock.sh b/files/stopblock.sh index 4b01479..f14d1dd 100644 --- a/files/stopblock.sh +++ b/files/stopblock.sh @@ -30,4 +30,4 @@ done iptables -t nat -F CAPTIVE 2>/dev/null || true iptables -t nat -X CAPTIVE 2>/dev/null || true -echo "OK: captive NAT + filter rules removed (baseline preserved)." +echo "OK: filter rules applied"