修改默认端口

This commit is contained in:
iluobei
2026-03-12 21:32:36 +08:00
parent 709c604c76
commit de13820517
2 changed files with 32 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ func (c *Config) applyDefaults() {
c.ConnectionMode = "auto"
}
if c.ListenPort == "" {
c.ListenPort = "8081"
c.ListenPort = "23889"
}
if c.TrafficReportInterval == 0 {
c.TrafficReportInterval = 1 * time.Minute