You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ngrok provides servers which are located at 7 different location in the world and for faster file transfer we need to select the nearest server and this can be different to a different user.
The objective of this issue is to add one more configuration step to DASH which will ask the user to enter the server which is nearest to them ;
code | country us | United States eu | Europe ap | Asia/Pacific au | Australia sa | South America jp | Japan in | India
`
and depending on the selected location we need to update the line number 58 of dash.py
code | country
us | United States
eu | Europe
ap | Asia/Pacific
au | Australia
sa | South America
jp | Japan
in | India
`
and depending on the selected location we need to update the line number 58 of dash.py
ngrok = subprocess.Popen(['ngrok','http','-region','**Server Code**' ,str(port)], stdout = subprocess.PIP )
The text was updated successfully, but these errors were encountered: