Created
February 11, 2017 18:55
-
-
Save mendesbarreto/f5d46d0a503a05cefcfc0303030129de to your computer and use it in GitHub Desktop.
Ngrok tunnels config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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