This commit is contained in:
Liang Ding 2022-12-20 19:50:10 +08:00
parent 1715b150a2
commit 9de0fe0d93
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
11 changed files with 1 additions and 53 deletions

View file

@ -296,13 +296,6 @@ func InitConf() {
Conf.AccessAuthCode = util.AccessAuthCode
}
if util.ContainerStd != util.Container {
Conf.System.FixedPort = true
}
if Conf.System.FixedPort {
util.ServerPort = util.FixedPort
}
Conf.LocalIPs = util.GetLocalIPs()
Conf.Save()