#socks5 #filter #proxy #socks5-proxy #cli #mullvad

app mvs_cli

Filter Mullvad's SOCKS5 proxies by country, city, datacenter, weight and online status

2 unstable releases

0.5.0 Nov 29, 2024
0.4.5 Nov 23, 2024

#1134 in Network programming

Download history 107/week @ 2024-11-18 141/week @ 2024-11-25 20/week @ 2024-12-02

268 downloads per month

MIT license

15KB
131 lines

Mullvad Socks Proxy Filter (CLI)

Based on this library.

There is also a WebApp.

Usage

mvs_cli [OPTIONS]

While you can use multiple types of location identifiers in a single query, it's not advised to do so, as proxies are filtered level by level - country > city > datacenter - this means only proxies matching all given levels will be left in the list.

Option Value Effect
-C, --countries countries see '-l countries'
-c, --cities cities see '-l cities'
-d, --datacenters datacenters see '-l datacenters'
-w, --weight 0-65535 Weight limit (inclusive) [default: 100]
-o, --offline hide, show, only Print offline proxies [default: hide]
-s, --style v4, v6, hostname Output type [default: v4]
-u, --scheme Prepend socks5://
-p, --port Append :1080
-l, --locations countries, cities, datacenters List available locations by type
-j, --json Format output as JSON
-h, --help Print help
-V, --version Print version

Dependencies

~5–18MB
~251K SLoC