Explorar el Código

fix: outbound type

汐殇 hace 1 año
padre
commit
bc8c24af3b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      core/src/main/java/com/github/kr328/clash/core/model/Proxy.kt

+ 2 - 0
core/src/main/java/com/github/kr328/clash/core/model/Proxy.kt

@@ -33,6 +33,8 @@ data class Proxy(
         Hysteria2(false),
         Tuic(false),
         WireGuard(false),
+        Dns(false),
+        Ssh(false),
 
 
         Relay(true),