mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
fix shadowsocks plugin import
This commit is contained in:
parent
7392dc0c42
commit
e348da765a
@ -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