1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix some firewall warnings

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-06-26 08:15:14 +02:00
parent ea3a4840c4
commit 2a6d5b341c
2 changed files with 3 additions and 1 deletions

View file

@ -48,6 +48,7 @@ if [ "$(uci -q show firewall | grep Allow-All-LAN-to-VPN)" = "" ]; then
set firewall.@rule[-1].name='Allow-All-LAN-to-VPN'
set firewall.@rule[-1].dest='vpn'
set firewall.@rule[-1].src='lan'
set firewall.@rule[-1].proto='all'
commit firewall
EOF
fi