Skip to content

3uryd1ce/random_mullvad_endpoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

random_mullvad_endpoints

random_mullvad_endpoints reads JSON created by Mullvad's /relays/wireguard/v2 API endpoint and filters based on specified criteria. These include regular expressions for the location and provider. To present the final list of hostnames in a random order, it uses weighted random sampling without replacement.

This tool is still under development. It's usable as is, but consider the API unstable. When it's ready for public consumption, I'll create a release.

Running tests

To run tests, execute this in the root of the project directory:

$ python3 -m pytest

TODOs

  • Documentation:
    • README.md (example usage, documentation links).
    • man page.
  • Features:
    • A way to print the entire list of hostnames rather than a subset of it.
  • Packaging (flit?).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages