mullfast/README.md

491 B

MullFast - Mullvad VPN Server Latency Tester

This project was made mostly to aid users who do not use the Mullvad client. It pings each online WireGuard or OpenVPN Mullvad server to find the one with the best latency for your location. This has only been tested on Linux, but should work on Windows as well.

ToDo

  1. Combine Mullvad bash script with this project.
  2. Reformat.

Building

  1. go mod init main
  2. go mod tidy
  3. go build . in the directory with cmd/mullfast/main.go