Retrieves Mullvad OpenVPN or WireGuard servers and tests the latency for the best available server to connect. Ideal of users who do not use the Mullvad client.
Go to file
kayos@tcp.direct 170c8b31b1
Refactor
2022-03-15 22:58:57 -07:00
cmd/mullfast Refactor 2022-03-15 22:58:57 -07:00
.editorconfig Initial commit. 2022-01-11 13:27:08 -08:00
.gitignore Refactor 2022-03-15 22:58:57 -07:00
README.md Update 'README.md' 2022-01-12 11:52:26 +00:00
go.mod Renamed module in go.mod 2022-01-13 02:37:11 -08:00
go.sum Initial commit. 2022-01-11 13:27:08 -08:00

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