fruworg.github.io/content/posts/wg-gnome-gui.md

13 lines
275 B
Markdown
Raw Normal View History

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