Make it easier to start ngrok in different regions
This commit is contained in:
@@ -20,4 +20,4 @@
|
||||
|
||||
set -e -x
|
||||
|
||||
ngrok http --subdomain=${1:-$NGROK_SUBDOMAIN} --region eu 3004
|
||||
ngrok http --subdomain=${1:-$NGROK_SUBDOMAIN} --region ${2:-eu} 3004
|
||||
|
||||
@@ -20,4 +20,4 @@
|
||||
|
||||
set -e -x
|
||||
|
||||
ngrok http --subdomain=${1:-$NGROK_SUBDOMAIN} --region eu 3000
|
||||
ngrok http --subdomain=${1:-$NGROK_SUBDOMAIN} --region ${2:-eu} 3000
|
||||
|
||||
Reference in New Issue
Block a user