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