mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Add glorytun-udp new splitted config for omr6in4
This commit is contained in:
parent
bef8c56ba0
commit
855cde07f0
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ while true; do
|
|||
iface=$(uci -q get glorytun.vpn.dev)
|
||||
addr=$(uci -q get glorytun.vpn.localip)
|
||||
peer=$(uci -q get glorytun.vpn.remoteip)
|
||||
elif [ "$(uci -q get glorytun-udp.vpn.enable)" = "1" ]; then
|
||||
iface=$(uci -q get glorytun-udp.vpn.dev)
|
||||
addr=$(uci -q get glorytun-udp.vpn.localip)
|
||||
peer=$(uci -q get glorytun-udp.vpn.remoteip)
|
||||
elif [ "$(uci -q get dsvpn.vpn.enable)" = "1" ]; then
|
||||
iface=$(uci -q get dsvpn.vpn.dev)
|
||||
addr=$(uci -q get dsvpn.vpn.localip)
|
||||
|
|
Loading…
Reference in a new issue