Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68b00962d3 | ||
|
|
b58580044d |
BIN
bin/client
BIN
bin/client
Binary file not shown.
@@ -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() {
|
||||
// 启动前检查更新
|
||||
|
||||
Reference in New Issue
Block a user