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
python python-ngrok.py ngrok.config 配置lport为8090,rport为8090,实际tomcat也使用8090。但是访问时只能通过 【域名:80】成功访问。是配置文件没有生效还是配置不正确?建议在配置文件增加注释,提升易用性。 感谢。
The text was updated successfully, but these errors were encountered:
建议用支持utf8编码格式编辑
{ "server": { "host": "tunnel.qydev.com", "port": 4443, "bufsize": 1024 }, "client": [ { "protocol": "tcp", "hostname": "", "subdomain": "", "rport": 8090, "lhost": "127.0.0.1", "lport": 8090 } ] }
Sorry, something went wrong.
No branches or pull requests
python python-ngrok.py ngrok.config
配置lport为8090,rport为8090,实际tomcat也使用8090。但是访问时只能通过 【域名:80】成功访问。是配置文件没有生效还是配置不正确?建议在配置文件增加注释,提升易用性。
感谢。
The text was updated successfully, but these errors were encountered: