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

Add glorytun-udp new splitted config in mptcp over vpn and vps api contact

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-12-03 11:31:05 +01:00
parent c407a885dd
commit cc9f3c9fe6
2 changed files with 61 additions and 13 deletions

View file

@ -132,11 +132,17 @@ start_service()
uci -q batch <<-EOF >/dev/null
set shadowsocks-libev.sss0.disabled='1'
set glorytun.vpn.host='10.255.250.1'
set glorytun-udp.vpn.host='10.255.250.1'
commit glorytun
commit glorytun-udp
EOF
elif [ "$(uci -q get glorytun.vpn.host)" = "10.255.250.1" ] && [ "$nbintf" != "$nbintfvpn" ]; then
uci -q batch <<-EOF >/dev/null
delete shadowsocks-libev.sss0.disabled
set glorytun.vpn.host="$(uci -q get openmptcprouter.vps.ip)"
set glorytun-udp.vpn.host="$(uci -q get openmptcprouter.vps.ip)"
commit glorytun
commit glorytun-udp
EOF
fi
NBCPU=$(grep -c '^processor' /proc/cpuinfo | tr -d "\n")