twilio-labs / NgrokExtensions

Visual Studio integration with ngrok
MIT License
48 stars 26 forks source link

Support for custom domains (white label) and region #41

Open ahm322 opened 4 years ago

ahm322 commented 4 years ago

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"/>

dprothero commented 4 years ago

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

tomasmcguinness commented 3 years ago

I've love to see region support!

keithlfs commented 3 years ago

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

TSCarterJr commented 3 months ago

@dprothero What is the status of this PR? Is it awaiting something before it can be implemented?

dprothero commented 3 months ago

I'm sorry, but I am no longer maintaining this project.