From ee66a5aeefd3132766a1adf868e049207d5aa134 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Thu, 9 Jul 2026 09:37:39 +0300 Subject: [PATCH] Update README.md --- README.md | 50 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index dd1a3eb..1a002fc 100644 --- a/README.md +++ b/README.md @@ -628,31 +628,41 @@ QR Code -> qrencode -t ansiutf8 < /etc/wireguard/phone.conf -For linux -Arch Linux -sudo pacman -S wireguard-tools - - -Ubuntu/Rasberry Pi OS -sudo apt install wireguard - -Fedora -sudo dnf install wireguard-tools -
Connect VPN - -
- Android or iPhone - resmi WireGuard uygulamasını yükle. +
+ Android or iPhone + Resmi WireGuard uygulamasını yükle Add Tunel(+) -
- -
- Debian/Ubuntu/Raspberry Pi OS +
+ +
+ Arch + sudo pacman -S wireguard-tools +
+ +
+ Debian/Ubuntu/Raspberry Pi OS + sudo apt install wireguard +
-
+
+ Fedora + sudo dnf install wireguard-tools +
+ Copy your laptop.conf to /etc/wireguard/wg0.conf in your PC + sudo chmod 600 /etc/wireguard/wg0.conf + + Open VPN -> sudo wg-quick up wg0 + Close VPN -> sudo wg-quick down wg0 + Status -> sudo wg + + Otomatic Connect when Pc is opened -> sudo systemctl enable wg-quick@wg0 + Close that option -> sudo systemctl disable wg-quick@wg0 + + If you get connection error delete 'DNS = 1.1.1.1' from your desktop.conf and try again + sudo wg-quick up wg0
wg