mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-08-09 02:41:51 +00:00
feat: wip update checker
This commit is contained in:
@@ -606,6 +606,8 @@ func runServer(cmd *cobra.Command, args []string) {
|
||||
}
|
||||
logger.Info("server up and running")
|
||||
|
||||
go runCheckUpdateServer()
|
||||
|
||||
if err := s.Serve(); err != nil {
|
||||
logger.Fatal("failed to serve", zap.Error(err))
|
||||
}
|
||||
|
Reference in New Issue
Block a user