Add AnyTLS protocol

This commit is contained in:
anytls 2025-02-20 20:06:21 +08:00 committed by 世界
parent e56e6f9565
commit 78a7577575
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
15 changed files with 489 additions and 0 deletions

View file

@ -19,6 +19,7 @@ const (
TypeTor = "tor"
TypeSSH = "ssh"
TypeShadowTLS = "shadowtls"
TypeAnyTLS = "anytls"
TypeShadowsocksR = "shadowsocksr"
TypeVLESS = "vless"
TypeTUIC = "tuic"