Fix IVPN autoconnect command.
This commit is contained in:
parent
c9bb426eeb
commit
25680431e0
|
@ -2,7 +2,7 @@
|
|||
|
||||
sleep 1
|
||||
|
||||
ivpn connect -ipv6tunnel -p wg -filter_invert dk -fastest \
|
||||
ivpn connect -ipv6tunnel -p wg -fastest -filter_invert dk \
|
||||
&& 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\!"
|
||||
|
||||
|
|
Loading…
Reference in a new issue