diff --git a/service/xboard/service.go b/service/xboard/service.go index d211640c..d96565c3 100644 --- a/service/xboard/service.go +++ b/service/xboard/service.go @@ -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