Files
linux-workspace/conf/wg-home.conf
2022-07-18 13:13:10 +02:00

14 lines
332 B
Plaintext

# Example of WireGuard client configuration for byt13.fnet.cz
[Interface]
Address = 10.20.30.4/32
PrivateKey = <private-key>
[Peer]
Endpoint = 78.80.38.124:13232
PublicKey = tr5BmX7hsFBVgI7GleoDC5cQC/1UHdQ7d0FbM37zvXs=
PresharedKey = <preshared-key>
PersistentKeepalive = 15
AllowedIPs = 10.20.30.1/32
AllowedIPs = 192.168.4.0/24