diff --git a/net/simple-captive-portal/Makefile b/net/simple-captive-portal/Makefile index 0788fb124a..2574feee9d 100644 --- a/net/simple-captive-portal/Makefile +++ b/net/simple-captive-portal/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=simple-captive-portal PKG_VERSION:=2025.06.22 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Etienne CHAMPETIER PKG_LICENSE:=GPL-2.0-or-later diff --git a/net/simple-captive-portal/files/etc/init.d/simple-captive-portal b/net/simple-captive-portal/files/etc/init.d/simple-captive-portal index 3980983aac..77cfba0f60 100644 --- a/net/simple-captive-portal/files/etc/init.d/simple-captive-portal +++ b/net/simple-captive-portal/files/etc/init.d/simple-captive-portal @@ -21,7 +21,7 @@ table inet simple-captive-portal { } chain prerouting { - type nat hook prerouting priority mangle; policy drop; + type nat hook prerouting priority mangle - 5; policy drop; iif != ${INTF} accept ether saddr @guest_macs accept tcp dport 80 redirect to ${PORT_REDIRECT}