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:
parent
6e33eae78b
commit
b30f1951e2
3 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue