Update README.md
This commit is contained in:
@@ -579,14 +579,13 @@ sudo ss -lun | grep 51820
|
|||||||
<details>
|
<details>
|
||||||
<summary>Create Client Key</summary>
|
<summary>Create Client Key</summary>
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>For Mobile Clients</summary>
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Android or iPhone</summary>
|
<summary>For Mobile Clients</summary>
|
||||||
|
|
||||||
Resmi WireGuard uygulamasını yükle
|
Resmi WireGuard uygulamasını yükle
|
||||||
Add Tunel(+)
|
Add Tunel(+)
|
||||||
Scan the QR code
|
Scan the QR code
|
||||||
</details>
|
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>For Desktop Clients</summary>
|
<summary>For Desktop Clients</summary>
|
||||||
@@ -605,7 +604,6 @@ sudo ss -lun | grep 51820
|
|||||||
<summary>Fedora</summary>
|
<summary>Fedora</summary>
|
||||||
sudo dnf install wireguard-tools
|
sudo dnf install wireguard-tools
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
In your PC
|
In your PC
|
||||||
sudo nano /etc/wireguard/wg0.conf
|
sudo nano /etc/wireguard/wg0.conf
|
||||||
```
|
```
|
||||||
@@ -621,7 +619,6 @@ sudo ss -lun | grep 51820
|
|||||||
AllowedIPs = 0.0.0.0/0
|
AllowedIPs = 0.0.0.0/0
|
||||||
PersistentKeepalive = 25
|
PersistentKeepalive = 25
|
||||||
```
|
```
|
||||||
|
|
||||||
sudo chmod 600 /etc/wireguard/wg0.conf
|
sudo chmod 600 /etc/wireguard/wg0.conf
|
||||||
|
|
||||||
Open VPN -> sudo wg-quick up wg0
|
Open VPN -> sudo wg-quick up wg0
|
||||||
|
|||||||
Reference in New Issue
Block a user