feat: add Sudoku protocol inbound & outbound support (#2397)

This commit is contained in:
futai
2025-11-28 23:40:00 +08:00
committed by GitHub
parent 8b6ba22b90
commit 6cf1743961
12 changed files with 700 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ const (
Ssh
Mieru
AnyTLS
Sudoku
)
const (
@@ -230,6 +231,8 @@ func (at AdapterType) String() string {
return "Mieru"
case AnyTLS:
return "AnyTLS"
case Sudoku:
return "Sudoku"
case Relay:
return "Relay"
case Selector: