feat(constant): deprecate Hysteria2 in favor of Hysteria
This commit is contained in:
@@ -9,6 +9,8 @@ const (
|
|||||||
AnyTLS = "anytls"
|
AnyTLS = "anytls"
|
||||||
Tuic = "tuic"
|
Tuic = "tuic"
|
||||||
Hysteria = "hysteria"
|
Hysteria = "hysteria"
|
||||||
|
// Deprecated: Hysteria2 is deprecated, use Hysteria instead
|
||||||
|
// TODO: remove in future versions
|
||||||
Hysteria2 = "hysteria2"
|
Hysteria2 = "hysteria2"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user