add an option for webDomain

This commit is contained in:
Hamidreza Ghavami
2023-05-31 01:21:14 +04:30
parent a2d8c98b0d
commit 8170b65db4
7 changed files with 14 additions and 5 deletions

View File

@@ -168,6 +168,7 @@ class AllSetting {
constructor(data) {
this.webListen = "";
this.webDomain = "";
this.webPort = 2053;
this.webCertFile = "";
this.webKeyFile = "";
@@ -187,7 +188,7 @@ class AllSetting {
this.subEnable = false;
this.subListen = "";
this.subPort = "2096";
this.subPath = "sub/";
this.subPath = "/sub/";
this.subDomain = "";
this.subCertFile = "";
this.subKeyFile = "";