From f183fa7b948e5562fe6b5b35844775789ae30259 Mon Sep 17 00:00:00 2001 From: urosm Date: Mon, 6 May 2024 22:11:50 +0000 Subject: [PATCH] add `wireguard` config --- .config/wireguard/padova.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .config/wireguard/padova.conf diff --git a/.config/wireguard/padova.conf b/.config/wireguard/padova.conf new file mode 100644 index 0000000..3f5c165 --- /dev/null +++ b/.config/wireguard/padova.conf @@ -0,0 +1,14 @@ +[Interface] +Address = 10.200.200.1/24 +ListenPort = 1194 +PrivateKey = + +[Peer] +# milano +PublicKey = +AllowedIPs = 10.200.200.2/32 + +[Peer] +# napoli +PublicKey = +AllowedIPs = 10.200.200.3/32