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
moony adcb3fc5f4 Started adding commentation. 2022-01-15 23:28:04 -08:00
cmd/mullfast Started adding commentation. 2022-01-15 23:28:04 -08:00
.editorconfig Initial commit. 2022-01-11 13:27:08 -08:00
.gitignore Removed Makefile for now. 2022-01-11 14:18:35 -08: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