mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-08-30 13:11:45 +00:00
feat: wip update checker
This commit is contained in:
@@ -367,6 +367,9 @@ func runClient(cmd *cobra.Command, args []string) {
|
||||
}
|
||||
defer c.Close()
|
||||
|
||||
// TODO: add option to disable update checking
|
||||
go runCheckUpdateClient(c) // TODO: fix lazy mode
|
||||
|
||||
uri := config.URI()
|
||||
logger.Info("use this URI to share your server", zap.String("uri", uri))
|
||||
if showQR {
|
||||
|
Reference in New Issue
Block a user