Compare commits

..

1 commit

Author SHA1 Message Date
DHR60
852419472f
Merge ffd4249d43 into 30e663cd4f 2025-11-19 12:59:13 +00:00
2 changed files with 4 additions and 17 deletions

View file

@ -185,13 +185,6 @@ public class ShadowsocksFmt : BaseFmt
var pluginName = pluginParts[0];
// A typo in https://github.com/shadowsocks/shadowsocks-org/blob/6b1c064db4129de99c516294960e731934841c94/docs/doc/sip002.md?plain=1#L15
// "simple-obfs" should be "obfs-local"
if (pluginName == "simple-obfs")
{
pluginName = "obfs-local";
}
// Parse obfs-local plugin
if (pluginName == "obfs-local")
{

View file

@ -1,6 +0,0 @@
{
"sdk": {
"version": "8.0.416",
"rollForward": "disable"
}
}