Update setting.go

This commit is contained in:
MehdiSele 2026-04-28 22:21:48 +03:30 committed by GitHub
parent ec11f99f59
commit b2736b2f18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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