inconshreveable / ngrok

Introspected tunnels to localhost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngrok start -all no longer working

josemolina001 opened this issue · comments

I recently updated my ngrok app. After the update, starting ngrok from a file no longer works without errors. My file contents are;
authtoken: "my_token"

tunnels:
identity:
addr: 58434
proto: http
host_header: localhost:58434
bind_tls: true
portalapi:
addr: 49700
proto: http
host_header: localhost:49700
bind_tls: true
manageidentity:
addr: 44319
proto: http
host_header: localhost:44319
bind_tls: true
registration:
addr: 64157
proto: http
host_header: localhost:64157
bind_tls: true

I'm getting 502 errors and invalid hostname. Any ideas?