mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Add missing Shadowsocks-Rust config in wizard
This commit is contained in:
parent
2c82486ac2
commit
c9c2c4e269
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ function wizard_add()
|
||||||
end)
|
end)
|
||||||
if nbserver == 1 and server_ip ~= "" and server_ip ~= nil then
|
if nbserver == 1 and server_ip ~= "" and server_ip ~= nil then
|
||||||
ucic:set("shadowsocks-libev","sss0","server",server_ip)
|
ucic:set("shadowsocks-libev","sss0","server",server_ip)
|
||||||
|
ucic:set("shadowsocks-rust","sss0","server",server_ip)
|
||||||
ucic:set("glorytun","vpn","host",server_ip)
|
ucic:set("glorytun","vpn","host",server_ip)
|
||||||
ucic:set("glorytun-udp","vpn","host",server_ip)
|
ucic:set("glorytun-udp","vpn","host",server_ip)
|
||||||
ucic:set("dsvpn","vpn","host",server_ip)
|
ucic:set("dsvpn","vpn","host",server_ip)
|
||||||
|
|
Loading…
Reference in a new issue