feat: support masque outbound

This commit is contained in:
wwqgtxx
2026-01-28 18:06:26 +08:00
parent d18a14afeb
commit e45c896185
7 changed files with 662 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ const (
Mieru
AnyTLS
Sudoku
Masque
)
const (
@@ -212,6 +213,8 @@ func (at AdapterType) String() string {
return "AnyTLS"
case Sudoku:
return "Sudoku"
case Masque:
return "Masque"
case Relay:
return "Relay"
case Selector: