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

Use srv_vpn1 instead of only vpn1 for VPN on server ByPass

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-01-11 11:31:34 +01:00
parent 6e33eae78b
commit b30f1951e2
3 changed files with 9 additions and 9 deletions

View file

@ -816,7 +816,7 @@ start_service() {
config_load network
config_foreach _intf_rule interface
_intf_rule all
_intf_rule vpn1
_intf_rule srv_vpn1
local ndpi_rules=""
echo "bypass server"
if [ "$(uci -q get openmptcprouter.settings.bypass_servers)" = "1" ]; then