Skip to content

Commit c518f8d

Browse files
Update vpn-gateway-config-openvpn-linux.md
Added a point that says how to disconnect openvpn from the command line.
1 parent d63f773 commit c518f8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

includes/vpn-gateway-config-openvpn-linux.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@
6363
```
6464
sudo openvpn --config <name and path of your VPN profile file>&
6565
```
66+
1. To disconnect using command line, type the following command:
6667
68+
```
69+
sudo pkill openvpn
70+
```
6771
1. To connect using the GUI, go to system settings.
6872
6973
1. Click **+** to add a new VPN connection.

0 commit comments

Comments
 (0)