1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00

Add missing Shadowsocks-Rust config in wizard

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-09-13 20:42:16 +02:00
parent 2c82486ac2
commit c9c2c4e269

View file

@ -95,6 +95,7 @@ function wizard_add()
end)
if nbserver == 1 and server_ip ~= "" and server_ip ~= nil then
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-udp","vpn","host",server_ip)
ucic:set("dsvpn","vpn","host",server_ip)