Compare commits

...

2 Commits

Author SHA1 Message Date
a132e71f4a
Update wg-gnome-gui.md 2023-12-16 17:11:13 +05:00
362d6fe81d
Create wg-gnome-gui.md 2023-12-16 17:10:24 +05:00

View File

@ -0,0 +1,12 @@
---
title: Добавление WireGuard в GUI Gnome
description: Одной командой
date: 2023-12-16T17:10:00+06:00
tags: [linux, wireguard]
---
## Добавление
```shell
nmcli connection import type wireguard file /etc/wireguard/<wg-conn-name>.conf
```