2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 09:13:49 +08:00

feat: 修改面板端口前检查占用

This commit is contained in:
耗子
2024-11-13 12:01:47 +08:00
parent 00ea2f40e2
commit 47e114d43e
4 changed files with 18 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ type PanelAppConfig struct {
type PanelHTTPConfig struct {
Debug bool `yaml:"debug"`
Port int `yaml:"port"`
Port uint `yaml:"port"`
Entrance string `yaml:"entrance"`
TLS bool `yaml:"tls"`
}