From 4669a1f345aa678ca276ac700bfd24348fcc514e Mon Sep 17 00:00:00 2001 From: james-otten Date: Mon, 4 Nov 2024 21:37:42 -0500 Subject: [PATCH] test --- ansible/roles/vpn_mgt/templates/wg.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/vpn_mgt/templates/wg.conf.j2 b/ansible/roles/vpn_mgt/templates/wg.conf.j2 index ee818e7..6d2bf6a 100644 --- a/ansible/roles/vpn_mgt/templates/wg.conf.j2 +++ b/ansible/roles/vpn_mgt/templates/wg.conf.j2 @@ -1,7 +1,7 @@ [Interface] PrivateKey = {{ PRIVATE_KEY }} # PublicKey = {{ PUBLIC_KEY }} -ListenPort = {{ PORT_NUMBER }} +ListenPort = 51821 # {{ item.NAME }} [Peer]