From cd62f62f1bcb615ca335b5978a0a5d2b805820c2 Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Mon, 18 Jul 2022 13:13:10 +0200 Subject: [PATCH] Example of WireGuard client configuration --- conf/wg-home.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 conf/wg-home.conf 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