Skip to content

Commit bc8c24a

Browse files
authored
fix: outbound type
1 parent fa627f0 commit bc8c24a

File tree

1 file changed

+2
-0
lines changed
  • core/src/main/java/com/github/kr328/clash/core/model

1 file changed

+2
-0
lines changed

core/src/main/java/com/github/kr328/clash/core/model/Proxy.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ data class Proxy(
3333
Hysteria2(false),
3434
Tuic(false),
3535
WireGuard(false),
36+
Dns(false),
37+
Ssh(false),
3638

3739

3840
Relay(true),

0 commit comments

Comments
 (0)