Create wg-gnome-gui.md

This commit is contained in:
Руслан 2023-12-16 17:10:24 +05:00 committed by GitHub
parent 6256fd9df8
commit 362d6fe81d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/<wg-conn-name>.conf
```