diff --git a/src/opnsense/service/templates/OPNsense/IPFW/ipfw.conf b/src/opnsense/service/templates/OPNsense/IPFW/ipfw.conf index af357c4aa..b03fdb742 100644 --- a/src/opnsense/service/templates/OPNsense/IPFW/ipfw.conf +++ b/src/opnsense/service/templates/OPNsense/IPFW/ipfw.conf @@ -80,7 +80,7 @@ add {{5000 + item.zoneid|int }} allow ip from any to any dst-port 80 via {{item. # accept traffic from all interfaces not used by captive portal #====================================================================================== {% for item in no_cp_interface_list %} -add {{6001 + loop.index }} allow all from any to any via {{item.if}} ; +add {{6001 + loop.index }} allow all from any to any via {{item.if}} {% endfor %} # let the responses from the captive portal web server back out add 6200 pass tcp from any to any out