mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 13:47:15 +08:00
feat: 修改面板端口前检查占用
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user