IPv64.net WireGuard Config Generator
The data traffic for the CDN domains is forwarded via these servers.
These servers are secured against external attacks.
This tool helps you create configuration files for a WireGuard "Client - Server" setup where you have one server and a number of clients. Simply enter the parameters for your customized setup and click “Generate Config” to get started.
[Interface]
Address = 172.31.0.1/24
ListenPort = 51820
PrivateKey = IoNF+KdKwRhXx0HijMAa9PxH677HdCQJPaHm6nigdOA=
[Peer]
PublicKey = GleVI69K7RkWh4m8GFUyAleov4UDnoOAVMNOP/aiG0k=
PresharedKey = 7Hsbz9EOdLzemXLqtVZ6X0U+3caMx8bSQvAZHtaNyfM=
AllowedIPs = 172.31.0.2/32
[Peer]
PublicKey = DrUgacgz93ZrjgzI4+L8a+BinmaTtpySUu1iyU0qMRI=
PresharedKey = P9aPMH0k0O8TZu7gz1zHBSQSy1UwND2P8IAhmN+F078=
AllowedIPs = 172.31.0.3/32
[Peer]
PublicKey = RodYrbFYKRPP35D22Yw5Qd1qPrgfYGU6DZOiiB+OkDI=
PresharedKey = lP72AzpHWo7Mvtpg/xTXZrkDtLlAxPRh5CwCqIzw8XE=
AllowedIPs = 172.31.0.4/32
[Interface]
Address = 172.31.0.2/24
ListenPort = 51820
PrivateKey = b4ejdhL2Jq3xkNdJ8GLcvYDzxrxkOaJX5+hD64f4Ktk=
[Peer]
PublicKey = TLdeTDV9baj/W0p5ws+v0/bvWbBxjjW5Q7lEMb4G7g4=
PresharedKey = 7Hsbz9EOdLzemXLqtVZ6X0U+3caMx8bSQvAZHtaNyfM=
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = hostname.ipv64.net:51820
[Interface]
Address = 172.31.0.3/24
ListenPort = 51820
PrivateKey = XoX0nuMMJBLtjoxIiSshMxlnkA92blbejpX2vNOlKRE=
[Peer]
PublicKey = TLdeTDV9baj/W0p5ws+v0/bvWbBxjjW5Q7lEMb4G7g4=
PresharedKey = P9aPMH0k0O8TZu7gz1zHBSQSy1UwND2P8IAhmN+F078=
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = hostname.ipv64.net:51820
[Interface]
Address = 172.31.0.4/24
ListenPort = 51820
PrivateKey = pQxfPzBAtl0zK2fK3QDNYyZPQClu5jnLDs533u8Xkec=
[Peer]
PublicKey = TLdeTDV9baj/W0p5ws+v0/bvWbBxjjW5Q7lEMb4G7g4=
PresharedKey = lP72AzpHWo7Mvtpg/xTXZrkDtLlAxPRh5CwCqIzw8XE=
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = hostname.ipv64.net:51820
WireGuard is a modern and lightweight VPN protocol designed for maximum security and speed. It utilizes cutting-edge cryptography (e.g., ChaCha20 for encryption) and is far more efficient than traditional VPNs like OpenVPN or IPsec.
With its minimal codebase (only a few thousand lines), WireGuard reduces the risk of security vulnerabilities while delivering high performance, even on mobile devices. Its static peering model enables fast connections and easy setup, while built-in roaming support ensures stable connectivity across different networks.
sudo apt install wireguard
sudo nano /etc/wireguard/wg0.conf
sudo wg-quick up wg0
sudo systemctl enable wg-quick@wg0
Click on connect
All keys, QR codes and configuration files are generated in the FrontEnd, our servers do not store anything.
The data traffic for the CDN domains is forwarded via these servers.
These servers are secured against external attacks.