2 unstable releases
0.5.0 | Nov 29, 2024 |
---|---|
0.4.5 | Nov 23, 2024 |
#1134 in Network programming
268 downloads per month
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