ginuerzh / gost

GO Simple Tunnel - a simple tunnel written in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

err:use of closed network connection

1-bytes opened this issue · comments

commented

客户端:./gost -L tcp://:12345 -L udp://:12345 -F relay://xxx.xxx.xxx.xxx:22222
服务端:./gost -L relay://:22222/:12345

错误内容:
2023/10/24 01:40:34 relay.go:295: [relay] 172.xxx.xxx.227:47244 <- 172.xxx.xxx.181:22222: read tcp 172.xxx.xxx.227:47244->172.xxx.xxx.181:22222: use of closed network connection

已经折腾两天了,从V3版本换到V2版本,俩版本的文档都被我翻烂了... 还没想清楚是咋回事导致的

求个大佬给解答一下

客户端界面:
image

commented

客户端是阿里云的机器,服务端在国外
两边的防火墙都已经关闭了

加上TLS试试?
relay+tls://:22222/:12345