We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#861
gost -L=relay+wss://:8888 gost -L=:1080 -F=relay+wss://127.0.0.1:8888
如果发起请求连接到一个未知地址,客户端会假死,一直处于空连接状态,不会主动断开释放。
但是wss没事。
gost -L=wss://:8888 gost -L=:1080 -F=wss://127.0.0.1:8888
The text was updated successfully, but these errors were encountered:
97dda76
No branches or pull requests
#861
如果发起请求连接到一个未知地址,客户端会假死,一直处于空连接状态,不会主动断开释放。
但是wss没事。
The text was updated successfully, but these errors were encountered: