Explorar el Código

Revert "Keep connection in blackhole"

世界 hace 4 años
padre
commit
f12c55ea81

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

@@ -986,10 +986,10 @@ fun buildV2RayConfig(
         outbounds.add(OutboundObject().apply {
             tag = TAG_BLOCK
             protocol = "blackhole"
-            settings = LazyOutboundConfigurationObject(this,
+           /* settings = LazyOutboundConfigurationObject(this,
                 BlackholeOutboundConfigurationObject().apply {
                     keepConnection = true
-                })
+                })*/
         })
 
         inbounds.add(InboundObject().apply {