From 93d52bc86c4725fdfbdb629e87bbb5d24abf7d37 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Sun, 11 Aug 2024 00:47:44 +0200 Subject: new - vmess security (inbound client side - outbound) --- database/model/model.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'database/model') diff --git a/database/model/model.go b/database/model/model.go index 921ab211..402565b6 100644 --- a/database/model/model.go +++ b/database/model/model.go @@ -10,7 +10,7 @@ import ( type Protocol string const ( - VMess Protocol = "vmess" + VMESS Protocol = "vmess" VLESS Protocol = "vless" DOKODEMO Protocol = "dokodemo-door" HTTP Protocol = "http" @@ -86,6 +86,7 @@ type Setting struct { type Client struct { ID string `json:"id"` + Security string `json:"security"` Password string `json:"password"` Flow string `json:"flow"` Email string `json:"email"` -- cgit v1.2.3