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