diff --git a/roles/server/templates/client_VPN.conf.j2 b/roles/server/templates/client_VPN.conf.j2 deleted file mode 100644 index 866df15..0000000 --- a/roles/server/templates/client_VPN.conf.j2 +++ /dev/null @@ -1,10 +0,0 @@ -[Interface] -Address = {{ wg_local_ip }} -ListenPort = 41475 -PostUp = wg set %i private-key /etc/wireguard/privatekey - -[Peer] -PublicKey = {{ wg_server_pubkey }} -Endpoint = {{ wg_endpoint }} -AllowedIPs = 192.168.3.0/24, 192.168.1.0/24 -PersistentKeepalive = 25 \ No newline at end of file