Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Location based Ngrok Server configuration of DASH #24

Open
0xPrateek opened this issue Jan 9, 2020 · 0 comments
Open

Location based Ngrok Server configuration of DASH #24

0xPrateek opened this issue Jan 9, 2020 · 0 comments

Comments

@0xPrateek
Copy link
Owner

  • 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

ngrok = subprocess.Popen(['ngrok','http','-region','**Server Code**' ,str(port)], stdout = subprocess.PIP )

  • For more information about ngrok region configuration you can check here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant