mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-05 05:27:31 +00:00
feat: support masque outbound
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user