Add vpndisconnect

This commit is contained in:
Santiago Lo Coco 2022-02-14 22:52:30 -03:00
parent 593d0d3c6c
commit c1821ff38f
1 changed files with 8 additions and 0 deletions

View File

@ -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