mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2024-11-16 17:37:17 +03:00
13 lines
275 B
Markdown
13 lines
275 B
Markdown
---
|
|
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
|
|
```
|