feat: support trusttunnel inbound and outbound

This commit is contained in:
wwqgtxx
2026-02-25 11:49:29 +08:00
parent 836c972c54
commit 4ca515896b
24 changed files with 1881 additions and 37 deletions

View File

@@ -46,6 +46,7 @@ const (
AnyTLS
Sudoku
Masque
TrustTunnel
)
const (
@@ -215,6 +216,8 @@ func (at AdapterType) String() string {
return "Sudoku"
case Masque:
return "Masque"
case TrustTunnel:
return "TrustTunnel"
case Relay:
return "Relay"
case Selector: