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

Fix server failover for glorytun udp

This commit is contained in:
Ycarus (Yannick Chabanois) 2022-06-02 19:10:56 +02:00
parent ab417428f9
commit 990790e6c8

View file

@ -82,6 +82,8 @@ _check_master() {
commit v2ray commit v2ray
set glorytun.vpn.host=$ip set glorytun.vpn.host=$ip
commit glorytun commit glorytun
glorytun-udp.vpn.host=$ip
commit glorytun
set dsvpn.vpn.host=$ip set dsvpn.vpn.host=$ip
commit dsvpn commit dsvpn
set mlvpn.general.host=$ip set mlvpn.general.host=$ip
@ -153,6 +155,8 @@ _check_backup() {
commit v2ray commit v2ray
set glorytun.vpn.host=$ip set glorytun.vpn.host=$ip
commit glorytun commit glorytun
glorytun-udp.vpn.host=$ip
commit glorytun
set dsvpn.vpn.host=$ip set dsvpn.vpn.host=$ip
commit dsvpn commit dsvpn
set mlvpn.general.host=$ip set mlvpn.general.host=$ip