Skip to content

Instantly share code, notes, and snippets.

@zhang2333
Created October 25, 2015 11:53
Show Gist options
  • Save zhang2333/5e253ab3abf9de67716f to your computer and use it in GitHub Desktop.
Save zhang2333/5e253ab3abf9de67716f to your computer and use it in GitHub Desktop.
My ngrok.cfg

Ngrok Config

Sample: ngrok -config ngrok.cfg start serverorngrok 8080


server_addr: "tunnel.mobi:44433"
trust_host_root_certs: true
tunnels:
  server:
    subdomain: "zhang"
    auth: "a:a"
    proto:
      http: 8080
  monitor:
    subdomain: "zhang.monitor"
    proto:
      http: 4040 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment