diff --git a/conf/wg-home.conf b/conf/wg-home.conf new file mode 100644 index 0000000..0c78e3d --- /dev/null +++ b/conf/wg-home.conf @@ -0,0 +1,13 @@ +# Example of WireGuard client configuration for byt13.fnet.cz + +[Interface] +Address = 10.20.30.4/32 +PrivateKey = + +[Peer] +Endpoint = 78.80.38.124:13232 +PublicKey = tr5BmX7hsFBVgI7GleoDC5cQC/1UHdQ7d0FbM37zvXs= +PresharedKey = +PersistentKeepalive = 15 +AllowedIPs = 10.20.30.1/32 +AllowedIPs = 192.168.4.0/24