From e2b8a0f86e7910e81719c7eecbc54897c2d42e53 Mon Sep 17 00:00:00 2001 From: pavel Date: Wed, 21 Jan 2026 10:27:47 +0200 Subject: [PATCH] 1013 --- files/startblock.sh | 1 + files/stopblock.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"