diff --git a/content/posts/wg-gnome-gui.md b/content/posts/wg-gnome-gui.md new file mode 100644 index 0000000..98cb5f0 --- /dev/null +++ b/content/posts/wg-gnome-gui.md @@ -0,0 +1,12 @@ +--- +title: Добавление WireGuard в GUI Gnome +description: Одной командой +date: 2023-05-08T23:25:00+05:00 +tags: [linux, wireguard] +--- + +## Добавление + +```shell +nmcli connection import type wireguard file /etc/wireguard/.conf +```