Add mieru protocol

This commit is contained in:
Sergei Maklagin
2025-06-15 18:04:27 +03:00
parent 6768c77fa0
commit 7c4c2d5ca8
10 changed files with 410 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ const (
TypeTor = "tor"
TypeSSH = "ssh"
TypeShadowTLS = "shadowtls"
TypeMieru = "mieru"
TypeShadowsocksR = "shadowsocksr"
TypeVLESS = "vless"
TypeTUIC = "tuic"
@@ -79,6 +80,8 @@ func ProxyDisplayName(proxyType string) string {
return "TUIC"
case TypeHysteria2:
return "Hysteria2"
case TypeMieru:
return "Mieru"
case TypeSelector:
return "Selector"
case TypeURLTest: