diff --git a/server/config.json b/server/config.json index edb632a..2f1359e 100644 --- a/server/config.json +++ b/server/config.json @@ -1,6 +1,6 @@ { "strport": 3232, - "url": "43.156.157.212:7001", + "url": "pool.xdag.org:13656", "log": "proxy.log", "tls": false, "debug": false, diff --git a/server/main.go b/server/main.go index 5792586..51122a3 100644 --- a/server/main.go +++ b/server/main.go @@ -14,7 +14,7 @@ import ( ) var ( - version = "1.1.4" + version = "2.0.0" // cmd line options configFile *string diff --git a/server/proxy.ico b/server/proxy.ico new file mode 100644 index 0000000..37feb86 Binary files /dev/null and b/server/proxy.ico differ