proxy: improve reconnect logic, send version, properly version proxy

This commit is contained in:
Jens Langhammer
2020-09-19 01:29:49 +02:00
parent 18886697d6
commit 4749c3fad0
8 changed files with 72 additions and 19 deletions

3
proxy/pkg/version.go Normal file
View File

@ -0,0 +1,3 @@
package pkg
const VERSION = "0.10.3-stable"