Code in this video_Install WireGuard VPN Server on Windows at Home

✳️Replace the highlighted information with your own


🔸Public_IP_of_Server:

🔸Domain:

🔸Public_Key_of_Server:

🔸Public_Key_of_Client_1:

🔸Public_Key_of_Client_2:

📌 WireGuard Server Configure

ListenPort = 51820
Address = 10.10.10.1/32

#Client 1
[Peer]
PublicKey = Public_Key_of_Client_1
AllowedIPs = 10.10.10.2/32

#Client x
#[Peer]
#PublicKey = Public_Key_of_Client_x
#AllowedIPs = 10.10.10.x/32

📌 WireGuard Client 1 Configure

Address = 10.10.10.2/32
DNS =8.8.8.8, 8.8.4.4

[Peer]
PublicKey = Public_Key_of_Server
AllowedIPs = 0.0.0.0/0
Endpoint = IP_Public_of_Server:51820

📌 WireGuard Client x Configure

Address = 10.10.10.x/32
DNS =8.8.8.8, 8.8.4.4

[Peer]
PublicKey = Public_Key_of_Server
AllowedIPs = 0.0.0.0/0
Endpoint = IP_Public_of_Server:51820



Read more

Leave a Reply

Your email address will not be published. Required fields are marked *