This repository was archived by the owner on May 11, 2020. It is now read-only.

Description
使用的是最新的dragonite-proxy
服务端
./dragonite-proxy -s -k secret -p 443
客户端
{
"addr": "example.com",
"password": "secret",
"port": 443,
"up": 20,
"down": 100,
"socks5port": 16666
}
服务端输出
02:26:59(-05) [INFO] Dragonite Proxy Version: v0.3.1
02:26:59(-05) [INFO] SDK Version: v0.3.3
02:26:59(-05) [INFO] Mux Version: v0.3.0
02:26:59(-05) [INFO] Checking for updates...
02:27:01(-05) [INFO] You are already using the latest version.
02:27:01(-05) [INFO] Using commandline arguments
客户端输出
15:32:50(+08) [INFO] Dragonite Proxy Version: v0.3.1
15:32:50(+08) [INFO] SDK Version: v0.3.3
15:32:50(+08) [INFO] Mux Version: v0.3.0
15:32:50(+08) [INFO] Checking for updates...
15:32:54(+08) [INFO] You are already using the latest version.
15:32:54(+08) [INFO] Using commandline arguments
15:33:05(+08) [ERROR] Unable to connect to remote server: com.vecsight.dragonite.sdk.exception.ConnectionNotAliveException: Connection is not alive
15:33:05(+08) [ERROR] Unable to initialize: com.vecsight.dragonite.sdk.exception.ConnectionNotAliveException: Connection is not alive
同样的操作,其实有时候又可以连接到服务器,并正常提供代理,但时好时坏的
使用ssh可以连通服务器,所以应该不是网络问题