将第 319 行日志中的 config.Config.Port 改为了已经解析好的 inner.Port。

This commit is contained in:
CN-JS-HuiBai
2026-04-15 00:01:24 +08:00
parent 76a656bf07
commit 5f8750e916

View File

@@ -319,7 +319,7 @@ func (s *Service) setupNode() error {
s.inboundTags = []string{inboundTag}
s.access.Unlock()
s.logger.Info("Xboard dynamic inbound [", inboundTag, "] created on port ", config.Config.Port, " (protocol: ", protocol, ")")
s.logger.Info("Xboard dynamic inbound [", inboundTag, "] created on port ", inner.Port, " (protocol: ", protocol, ")")
}
return nil