Skip to content
New issue

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

求linux_arm客户端和ngrok.cfg客户端配置文件示例 #2

Closed
tangyl2000 opened this issue Jun 1, 2016 · 3 comments
Closed

求linux_arm客户端和ngrok.cfg客户端配置文件示例 #2

tangyl2000 opened this issue Jun 1, 2016 · 3 comments

Comments

@tangyl2000
Copy link

求大神提供一份linux_arm客户端,另求一份win和linux下客户端所需的ngrok,cfg文件,跪谢了!!!!

@tangyl2000
Copy link
Author

另外,貌似添加新用户的时候,只能加域名,如何为新用户添加tcp端口转发功能?比如ssh的22端口。求助~~~

@clangcn
Copy link
Owner

clangcn commented Jul 27, 2016

./client_ngrok_linux_arm5 -config ngrok.conf start httptun mian

@clangcn clangcn closed this as completed Jul 27, 2016
@clangcn
Copy link
Owner

clangcn commented Jul 28, 2016

ngrok.conf示例:

server_addr: youdomain.com:4443
trust_host_root_certs: false
inspect_addr: disabled
auth_token: test
password: "MjRsYVSA98Ixs1RM"

tunnels:

    httptun:
      remote_port: 8443
      subdomain: "www.test"
      proto:
        https: 192.168.1.1:80
    mian:
        remote_port: 12322
        proto:
            tcp: 192.168.1.1:22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants