From 3ec57f84bcb24e339d4abb26eea2ed1399d4bff2 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 6 Jun 2026 14:50:05 +0100 Subject: [PATCH] Add configs/wg0 --- configs/wg0 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 configs/wg0 diff --git a/configs/wg0 b/configs/wg0 new file mode 100644 index 0000000..792a53f --- /dev/null +++ b/configs/wg0 @@ -0,0 +1,16 @@ +[Interface] +#servers private key + +PrivateKey = + +#VPN tunnel address for server +Address = 10.10.10.0/31 + +#listening port +ListenPort = 51820 + +[Peer] + +PublicKey = + +AllowedIPs = 10.10.10.1/32 \ No newline at end of file