mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 12:34:37 +03:00
Add shadowsocks uot option (#560)
This commit is contained in:
@@ -85,6 +85,7 @@ namespace NekoRay::fmt {
|
||||
outbound["server_port"] = serverPort;
|
||||
outbound["method"] = method;
|
||||
outbound["password"] = password;
|
||||
outbound["udp_over_tcp"] = uot;
|
||||
|
||||
if (!plugin.trimmed().isEmpty()) {
|
||||
outbound["plugin"] = SubStrBefore(plugin, ";");
|
||||
|
||||
Reference in New Issue
Block a user