clangcn / ngrok-one-key-install

ngrok one key install shell(http://soft.clang.cn/ngrok/install_ngrok.sh)
563 stars 252 forks source link

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

Closed tangyl2000 closed 8 years ago

tangyl2000 commented 8 years ago

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

tangyl2000 commented 8 years ago

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

clangcn commented 8 years ago

./client_ngrok_linux_arm5 -config ngrok.conf start httptun mian

clangcn commented 8 years ago

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