From 769590d77993d8c26bfb9d056cb94d870cf6c745 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 22 May 2023 18:06:34 +0330 Subject: [feature] separate subscription service Co-Authored-By: Alireza Ahmadi --- web/assets/js/model/models.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web/assets') diff --git a/web/assets/js/model/models.js b/web/assets/js/model/models.js index d8395b56..9a5dcc85 100644 --- a/web/assets/js/model/models.js +++ b/web/assets/js/model/models.js @@ -184,6 +184,14 @@ class AllSetting { this.tgLang = "en-US"; this.xrayTemplateConfig = ""; this.secretEnable = false; + this.subEnable = false; + this.subListen = ""; + this.subPort = "2096"; + this.subPath = "sub/"; + this.subDomain = ""; + this.subCertFile = ""; + this.subKeyFile = ""; + this.subUpdates = 0; this.timeLocation = "Asia/Tehran"; -- cgit v1.2.3