From 1c1f53267ad65b11c849c1c339c78b8c6daf78cb Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sat, 26 Aug 2023 16:54:01 +0330 Subject: Add encrypt subscription ON/OFF switch Co-Authored-By: SudoSpace <79229394+sudospaes@users.noreply.github.com> --- web/entity/entity.go | 1 + 1 file changed, 1 insertion(+) (limited to 'web/entity') 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"` } -- cgit v1.2.3