"Tunnel session failed: This address is allocated for a different region. Failed to bind the address '1.tcp.eu.ngrok.io:xxxxx' in region 'us' because it is in the 'eu' region"
Although I've nowhere set the region to be "us"...
ngrok.yml
...
ssh-access:
addr: 22
proto: tcp
remote_addr: 1.tcp.eu.ngrok.io:xxxxx
What's the issue?
Resolved the issue by adding "region: eu" to the top of the config file.
Most helpful comment
Resolved the issue by adding "region: eu" to the top of the config file.