NgrokExtensions icon indicating copy to clipboard operation
NgrokExtensions copied to clipboard

Support for custom domains (white label) and region

Open ahm322 opened this issue 4 years ago • 5 comments

Support for custom domains (white label) for paid accounts (pro) using ngrok.hostname in web.config
also you can specify the region when starting the client by adding ngrok.region in web.config in the case of multiple projects select the first project's region.

<add key="ngrok.hostname" value="dev.test.com"/> <add key="ngrok.region" value="eu"/>

ahm322 avatar Mar 13 '20 00:03 ahm322

Nice! These are great additions. I will take a closer look soon. In the meantime, perhaps you could investigate the two failing tests?

dprothero avatar Mar 13 '20 13:03 dprothero

I've love to see region support!

tomasmcguinness avatar Apr 25 '21 05:04 tomasmcguinness

Region support would be fantastic as we use the .eu region.

keithlfs avatar Jun 25 '21 13:06 keithlfs