From 74a378a3b4a3a5c5f0fbfe09c9bd9793621ccfdf Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Wed, 15 Jul 2026 18:54:35 +0300 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 1ba16f4..8253e72 100644 --- a/README.md +++ b/README.md @@ -677,6 +677,22 @@ PC Address = 10.8.0.3/24, fdf8:1d4f:ae7d::3/64 [Peer] AllowedIPs = 0.0.0.0/0, ::/0 + +VPS +nmcli connection delete wg0 +nmcli connection import type wireguard file /etc/wireguard/wg0.conf +nmcli connection up wg0 + +PC +nmcli connection show wg0 +>ipv6.addresses: fdf8:1d4f:ae7d::3/64 + +ip addr show wg0 +>inet6 fdf8:1d4f:ae7d::3/64 scope global noprefixroute + +nmcli device show wg0 +>IP6.ADDRESS[1]: fdf8:1d4f:ae7d::3/64 +