mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
add pptp as well, closes https://github.com/opnsense/core/issues/1907
This commit is contained in:
parent
6278fc000f
commit
deb8e8214c
@ -98,7 +98,7 @@ add 203 skipto 60000 ipv4 from any to 127.0.0.0/8
|
||||
# Allow traffic to this hosts static ip's
|
||||
#======================================================================================
|
||||
{% for intf_key,interface in interfaces.iteritems() %}
|
||||
{% if intf_key != "wan" and interface.ipaddr not in ["dhcp", "ppp", "pppoe", "l2tp"] and interface.ipaddr|default("") != "" %}
|
||||
{% if intf_key != "wan" and interface.ipaddr not in ["dhcp", "ppp", "pppoe", "l2tp", "pptp"] and interface.ipaddr|default("") != "" %}
|
||||
add {{loop.index + 1000}} skipto 60000 udp from any to {{ interface.ipaddr }} dst-port 53 keep-state
|
||||
add {{loop.index + 1000}} skipto 60000 ip from any to { 255.255.255.255 or {{interface.ipaddr}} } in
|
||||
add {{loop.index + 1000}} skipto 60000 ip from { 255.255.255.255 or {{interface.ipaddr}} } to any out
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user