完善客户端与服务端注册,端口分配和协议交互逻辑

This commit is contained in:
2025-05-14 17:46:34 +08:00
parent f86cf47e86
commit 75569d2d6d
14 changed files with 313 additions and 277 deletions

View File

@@ -5,6 +5,6 @@ import "proxy-server/client"
func main() {
err := client.Start()
if err != nil {
println(err)
println(err.Error())
}
}