Reorganized folder structure

This commit is contained in:
2025-04-29 22:40:27 +02:00
parent 0d3f4a0a30
commit 0eaadbe6a7
52 changed files with 10 additions and 38 deletions
@@ -0,0 +1,9 @@
[Interface]
PrivateKey = ${wireguard_private_key}
Address = ${wireguard_address}
DNS = ${wireguard_dns}
[Peer]
PublicKey = ${wireguard_public_key}
AllowedIPs = ${wireguard_allowed_ips}
Endpoint = ${wireguard_endpoint}