瀏覽代碼

fix: outbound type

汐殇 1 年之前
父節點
當前提交
bc8c24af3b
共有 1 個文件被更改,包括 2 次插入0 次删除
  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),