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>2023-08-26 16:24:01 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-08-26 16:24:01 +0300
commit1c1f53267ad65b11c849c1c339c78b8c6daf78cb (patch)
tree96657ca8414a83d74c6e385506c5bf266788e704 /web/entity/entity.go
parent8489f5f528ea77fec9d6c2102251da9d16e95780 (diff)
Add encrypt subscription ON/OFF switch
Co-Authored-By: SudoSpace <79229394+sudospaes@users.noreply.github.com>
Diffstat (limited to 'web/entity/entity.go')
-rw-r--r--web/entity/entity.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/entity/entity.go b/web/entity/entity.go
index 10a6a97d..1428abe0 100644
--- a/web/entity/entity.go
+++ b/web/entity/entity.go
@@ -55,6 +55,7 @@ type AllSetting struct {
SubCertFile string `json:"subCertFile" form:"subCertFile"`
SubKeyFile string `json:"subKeyFile" form:"subKeyFile"`
SubUpdates int `json:"subUpdates" form:"subUpdates"`
+ SubEncrypt bool `json:"subEncrypt" form:"subEncrypt"`
SubShowInfo bool `json:"subShowInfo" form:"subShowInfo"`
}