minor changes

This commit is contained in:
mhsanaei
2024-05-28 15:16:29 +02:00
parent baf8c94b2e
commit fdf805f264
7 changed files with 18 additions and 18 deletions

View File

@@ -12,10 +12,12 @@ type Protocol string
const (
VMess Protocol = "vmess"
VLESS Protocol = "vless"
Dokodemo Protocol = "Dokodemo-door"
Http Protocol = "http"
DOKODEMO Protocol = "dokodemo-door"
HTTP Protocol = "http"
Trojan Protocol = "trojan"
Shadowsocks Protocol = "shadowsocks"
Socks Protocol = "socks"
WireGuard Protocol = "wireguard"
)
type User struct {