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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
因为软件不支持设置代理所以要使用Proxifier将软件转发到指定代理,但是这个软件只能设置socks5和https代理,但是server.ListenAndServeTLS()好像没办法支持, 开启https后将chrome设置--proxy-server=https://127.0.0.1:8080访问网站会提示ERR_PROXY_CONNECTION_FAILED或者ERR_HTTP2_PROTOCOL_ERROR
socks5
https
server.ListenAndServeTLS()
--proxy-server=https://127.0.0.1:8080
ERR_PROXY_CONNECTION_FAILED
ERR_HTTP2_PROTOCOL_ERROR
The text was updated successfully, but these errors were encountered:
这个软件我的版本在配置文件->高级->HTTP代理服务器支持里面可以启用http代理服务器支持,后续添加代理服务器的时候就可以选择http的代理服务器了
配置文件->高级->HTTP代理服务器支持
http
Sorry, something went wrong.
这个是攻击自己,怎么破解别人网站的 https
No branches or pull requests
因为软件不支持设置代理所以要使用Proxifier将软件转发到指定代理,但是这个软件只能设置
socks5
和https
代理,但是server.ListenAndServeTLS()
好像没办法支持, 开启https后将chrome设置--proxy-server=https://127.0.0.1:8080
访问网站会提示ERR_PROXY_CONNECTION_FAILED
或者ERR_HTTP2_PROTOCOL_ERROR
The text was updated successfully, but these errors were encountered: