Example of WireGuard client configuration

This commit is contained in:
Martin Blazik
2022-07-18 13:13:10 +02:00
parent b85a2fa093
commit cd62f62f1b

13
conf/wg-home.conf Normal file
View File

@@ -0,0 +1,13 @@
# 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