mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
small typo in ipfw template
This commit is contained in:
parent
25ad6c549a
commit
40481911ad
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user