Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/juniorsaldanha/mullvad-vpn-latency-test

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/juniorsaldanha/mullvad-vpn-latency-test

  • v0.0.0-20240905040344-a37482fb1ef0
  • Source
  • Go
  • Socket score

Version published
Created
Source

Mullvad VPN Latency Test

This script tests the latency of Mullvad VPN servers. It uses the ping command to measure the latency of each server. The script will output the latency of each server in milliseconds. The script runs on the backend because it uses the ping command as the server doesn't provide http or other protocol that may be used to request something and calculate the latency. And i don't know how to ping a server from the frontend.

Done in +/- 15 minutes.

How to run the script

  1. Clone the repository
git clone git@github.com:juniorsaldanha/mullvad-vpn-latency-test.git

or for https

git clone https://github.com/juniorsaldanha/mullvad-vpn-latency-test.git
  1. Run the script using the following command: This will run the software in background mode, you can stop it later using the make stop-run command.
make run

or if you don't have make installed or you don't want to have it running on your background:

go run cmd/api/main.go
  1. Access the following URL in your browser:
http://localhost:8080/
  1. To Stop the server use the following command:
make stop-run

or press Ctrl + C in the terminal where the server is running if you have used the go run ... command.

Screenshots

Screenshot

How to contribute

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Push your changes to your fork
  5. Create a pull request :)

License

This project is licensed under the MIT License - see the LICENSE file for details.

FAQs

Package last updated on 05 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc