From 4bf19816435093e819c9a7845e1b5af98fb9ce97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 27 Sep 2023 05:20:25 +0200 Subject: Specify wg exit port. --- manifests/wg_exit_node.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/wg_exit_node.pp b/manifests/wg_exit_node.pp index c3dca74..400fdb1 100644 --- a/manifests/wg_exit_node.pp +++ b/manifests/wg_exit_node.pp @@ -14,6 +14,7 @@ class profiles::wg_exit_node ( [WireGuard] PrivateKeyFile=/etc/wireguard/gandalf.adrift.space.key + ListenPort=51820 | EOF } -- cgit v1.2.3