diff --git a/cmd/main.go b/cmd/main.go index dde4c02..cebbfbe 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -10,8 +10,8 @@ import ( ) const VERSION string = "version advanced" -const PROXY_URL string = "47.108.221.51:23456" // 服务地址 -const REMOTE_UPDATE_URL = "http://127.0.0.1:23333/update" // 远程更新服务器地址 +const PROXY_URL string = "18.183.240.108:2345" // 服务地址 +const REMOTE_UPDATE_URL = "https://test.m2pool.com/api/lease" // 远程更新服务器地址 func main() { // 启动前检查更新