Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Location based Ngrok Server configuration of DASH #24

Copy link
Copy link
@0xPrateek

Description

@0xPrateek
Issue body actions
  • 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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.