port change to 2053

This commit is contained in:
MHSanaei
2023-02-09 23:17:12 +03:30
parent 997eb90f94
commit d7ca8ee69d
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ var xrayTemplateConfig string
var defaultValueMap = map[string]string{
"xrayTemplateConfig": xrayTemplateConfig,
"webListen": "",
"webPort": "54321",
"webPort": "2053",
"webCertFile": "",
"webKeyFile": "",
"secret": random.Seq(32),