fix: 修改 ShowServersInfo 函数可见性,修复服务器地址打印的指针问题

This commit is contained in:
kercylan98
2023-12-26 17:23:28 +08:00
parent b39625c0cb
commit 26aa2d9ff8
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ func (slf *MultipleServer) Run() {
kcp.SystemTimedSched.Close()
}
ShowServersInfo(serverMultipleMark, slf.servers...)
showServersInfo(serverMultipleMark, slf.servers...)
systemSignal := make(chan os.Signal, 1)
signal.Notify(systemSignal, syscall.SIGHUP, syscall.SIGQUIT, syscall.SIGTERM, syscall.SIGINT)