Last active
May 31, 2023 06:48
-
-
Save paintmeyellow/98bb079b2d472fad476c269fa40da524 to your computer and use it in GitHub Desktop.
ubuntu 22.04 wireguard
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Import new connection: | |
nmcli connection import type wireguard file developers-amst.conf | |
Disable autoconnect: | |
nmcli connection modify developers-amst autoconnect no | |
Check connection profile: | |
nmcli connection show developers-amst | |
Wireguard Indicator: | |
https://extensions.gnome.org/extension/3612/wireguard-indicator/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment