twilio-labs / NgrokExtensions

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

Add Default region in the options #9

Open H3xx3n opened 7 years ago

H3xx3n commented 7 years ago

Hi

I would like to be able to set a default region (maybe just a string) in the options so i can tunnel on eu region.

ThermalCube commented 6 years ago

+1

dprothero commented 5 years ago

It would seem this could be similar to #20 ... in that, if the extension allowed you to arbitrarily specify additional ngrok command line parameters, you could accomplish both with a single PR.

th0mk commented 5 years ago

It should be noted you can also set a default region in your ngrok configuration file. See here: https://lornajane.net/posts/2018/using-config-files-with-ngrok

Simply add region: eu to your ngrok.yml config file.