feat: support mieru protocol (#1702)

This commit is contained in:
enfein
2024-12-09 04:05:11 +00:00
committed by GitHub
parent d6b496d3c0
commit 613becd8ea
7 changed files with 391 additions and 3 deletions

View File

@@ -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: