diff --git a/README.md b/README.md index f6b310b..1d77535 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,15 @@ The `-c` flag allows to give a country code. Else `ch` will be used. ## Background The program uses `https://api.mullvad.net/www/relays/ /root/mullvad-best-server +chmod +x /root/mullvad-best-server +/usr/bin/wg-quick down $(wg show|grep interface | cut -d: -f2) || echo "nothing to shut down" +/usr/bin/wg-quick up "mullvad-$(/root/mullvad-best-server -c de)" +```