feat: add ssh outbound (#1087)

* feat: add ssh outbound

* fix: Modify the way to get dstAddr

---------

Co-authored-by: trevid <trevidmy@gmail.com>
This commit is contained in:
TreviD
2024-03-08 17:38:27 +08:00
committed by H1JK
parent 37b02b18f7
commit 0bb5568de9
3 changed files with 108 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ const (
Hysteria2
WireGuard
Tuic
Ssh
)
const (
@@ -222,7 +223,8 @@ func (at AdapterType) String() string {
return "URLTest"
case LoadBalance:
return "LoadBalance"
case Ssh:
return "Ssh"
default:
return "Unknown"
}