The mullvad-ping project is a simple utility designed to check the latency of VPN servers provided by Mullvad. It aims to help users select the optimal server for their needs by measuring the response time of various servers.
Usage
To run this project using the Go CLI, please follow the steps below:
Install Go: Make sure that Go is installed on your system. If it is not already installed, you can download it from here.
Clone the Repository: Clone this repository to your local machine using Git.
git clone https://github.com/giulianobr/mullvad-ping.git
cd mullvad-ping
Build the Project: Compile the project using the Go CLI.
go build
Run the Project: Execute the binary to start the ping utility.