From c9bb426eeb75c8a65bba369cf4417d1bc9f1ceb9 Mon Sep 17 00:00:00 2001 From: the_4n0nym0u53 Date: Sun, 26 Dec 2021 20:03:34 +0100 Subject: [PATCH] DK IVPN server is slow, don't connect to it automatically. --- sway/.config/sway/autostart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/.config/sway/autostart.sh b/sway/.config/sway/autostart.sh index f5b80fb..740cb2a 100755 --- a/sway/.config/sway/autostart.sh +++ b/sway/.config/sway/autostart.sh @@ -2,7 +2,7 @@ sleep 1 -ivpn connect -ipv6tunnel -p wg -fastest \ +ivpn connect -ipv6tunnel -p wg -filter_invert dk -fastest \ && notify-send -u low "IVPN" "Successfully connected to IVPN server:\n$(ivpn status | sed -n 2p | xargs)" \ || notify-send -u critical "IVPN" "Failed to connect to IVPN\!"