mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-26 16:57:08 +00:00
feat: support mieru protocol (#1702)
This commit is contained in:
@@ -42,6 +42,7 @@ const (
|
||||
WireGuard
|
||||
Tuic
|
||||
Ssh
|
||||
Mieru
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -226,7 +227,8 @@ func (at AdapterType) String() string {
|
||||
return "Tuic"
|
||||
case Ssh:
|
||||
return "Ssh"
|
||||
|
||||
case Mieru:
|
||||
return "Mieru"
|
||||
case Relay:
|
||||
return "Relay"
|
||||
case Selector:
|
||||
|
||||
Reference in New Issue
Block a user