Add vpndisconnect
This commit is contained in:
parent
593d0d3c6c
commit
c1821ff38f
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
protonvpn-cli d
|
||||||
|
#nmcli device down enp3s0
|
||||||
|
nmcli networking off
|
||||||
|
#sleep 1
|
||||||
|
#nmcli device up enp3s0
|
||||||
|
nmcli networking on
|
Loading…
Reference in New Issue