Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-05-28 16:16:29 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-05-28 17:28:20 +0300
commitfdf805f264dd8a5248f9006c5ad57e251673940f (patch)
tree3906013ebe6075c81a9c7f7129b237041c880d10 /database/model/model.go
parentbaf8c94b2e643e41a4319f0ca55e9c66b64970b0 (diff)
minor changes
Diffstat (limited to 'database/model/model.go')
-rw-r--r--database/model/model.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/database/model/model.go b/database/model/model.go
index 06759d9a..921ab211 100644
--- a/database/model/model.go
+++ b/database/model/model.go
@@ -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 {