From d116cbdc77ec5c09b42535134300b8bfbd51c2d6 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 14 Jul 2026 19:31:11 +0300 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 844f89b..ab18e20 100644 --- a/README.md +++ b/README.md @@ -965,17 +965,19 @@ On Linux, automatic DNS configuration depends on the distribution's DNS manager ## Linux DNS integration
-General Linux +General Linux (wg-quick) The VPN can always be started with: Open VPN -> sudo wg-quick up wg0 Close VPN -> sudo wg-quick down wg0 Status -> sudo wg -Automatic DNS configuration depends on the Linux distribution and the DNS manager in use. +Automatic DNS configuration depends on the Linux distribution and the DNS manager in use. + +If DNS is not configured automatically, follow your distribution's recommended integration or configure your DNS resolver manually.
-Arch Linux +Arch Linux / Fedora (NetworkManager) Do not install openresolv when using NetworkManager to manage WireGuard connections. NetworkManager will manage DNS automatically. @@ -1025,6 +1027,7 @@ Close the VPN nmcli connection show wg0 >ipv4.dns: 10.8.0.1
+
## Verify the VPN tunnel (Client / PC)