世界 3 роки тому
батько
коміт
0b4ae1201f

+ 0 - 22
app/src/main/java/io/nekohasekai/sagernet/fmt/ConfigBuilder.kt

@@ -722,28 +722,6 @@ fun buildV2RayConfig(
                                     }
 
                                 }
-                            } else if (bean is ShadowsocksBean && bean.method in methodsSing) {
-                                if (bean.plugin.isNotBlank()) {
-                                    error("plugin unsupported in shadowsocks 2022")
-                                }
-                                if (bean.uot) {
-                                    error("uot unsupported in shadowsocks 2022")
-                                }
-                                protocol = "shadowsocks_sing"
-                                settings = LazyOutboundConfigurationObject(this,
-                                    ShadowsocksSingOutboundConfigurationObject().apply {
-                                        address = bean.serverAddress
-                                        port = bean.serverPort
-                                        method = bean.method
-                                        if (bean.method.startsWith("2022")) {
-                                            key = bean.password
-                                        } else {
-                                            password = bean.password
-                                        }
-                                        if (bean.experimentReducedIvHeadEntropy) {
-                                            reducedIvHeadEntropy = true
-                                        }
-                                    })
                             } else if (bean is ShadowsocksBean || bean is ShadowsocksRBean) {
                                 protocol = "shadowsocks"
                                 settings = LazyOutboundConfigurationObject(this,

+ 1 - 1
external/v2ray-core

@@ -1 +1 @@
-Subproject commit 071a6ca0aa818385accc7ee694d392b5f69a5447
+Subproject commit f2eb0fdeb5ba340d42b9ad883d48119640d7f4e1

+ 1 - 1
library/core

@@ -1 +1 @@
-Subproject commit 55b4e13fbc60d58e18bf2ac0a9119ae0aebe0b8b
+Subproject commit 87eae78d14e33cc9c4d58d0f788318c07d2b424d