mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-18 20:50:09 +08:00
fix shadowsocks plugin import
This commit is contained in:
parent
44914f01d3
commit
7f7aaf71c7
@ -36,6 +36,8 @@ namespace Configs {
|
||||
}
|
||||
|
||||
plugin = query.queryItemValue("plugin").replace("simple-obfs;", "obfs-local;");
|
||||
plugin_opts = SubStrAfter(plugin, ";");
|
||||
plugin = SubStrBefore(plugin, ";");
|
||||
if (query.hasQueryItem("plugin-opts")) plugin_opts = query.queryItemValue("plugin-opts");
|
||||
if (query.hasQueryItem("uot")) uot = query.queryItemValue("uot") == "true" || query.queryItemValue("uot").toInt() > 0;
|
||||
multiplex->ParseFromLink(link);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user