Skip to content

Instantly share code, notes, and snippets.

@mendesbarreto
Created February 11, 2017 18:55
Show Gist options
  • Save mendesbarreto/f5d46d0a503a05cefcfc0303030129de to your computer and use it in GitHub Desktop.
Save mendesbarreto/f5d46d0a503a05cefcfc0303030129de to your computer and use it in GitHub Desktop.
Ngrok tunnels config
authtoken: *
json_resolver_url: ""
dns_resolver_ips: []
tunnels:
httpbin:
proto: http
addr: 80
bind_tls: both #Here I chose HTTP and HTTPS protocols when active the flag 'both'.
sshbin:
proto: tcp
addr: 22
inspect: false
auth: "user:password"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment