From 8aedb82176c433797d0a19ccc852171189fcab5d Mon Sep 17 00:00:00 2001 From: Bastian Doetsch Date: Thu, 28 Jul 2022 20:32:43 -0500 Subject: [PATCH] added window information to the README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1016726..4fd517c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ # mullvad-best-server ![Build](https://github.com/bastiandoetsch/mullvad-best-server/actions/workflows/go.yml/badge.svg) -Determines the mullvad.net server with the lowest latency. +Determines the mullvad.net server with the lowest latency on macOS and Linux. On Windows, it can only check if the server is up. +The reason lies with the golang network libraries, according to the `go-ping` library, that is used under the hood for pinging: + +``` +Please note that accessing packet TTL values is not supported due to limitations in the Go x/net/ipv4 and x/net/ipv6 packages. +``` ## Installation