From 3258ba1e884f9f40aebc9b0154d4ea90275175e5 Mon Sep 17 00:00:00 2001 From: Grische <2787581+grische@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:56:00 +0100 Subject: [PATCH] modules: wgkex loadbalancing with ffmuc-mesh-vpn The new version of ffmuc-mesh-vpn-wireguard-vxlan supports load-balancing of clients using wgkex. See https://github.com/freifunkMUC/wgkex/pull/87 for details. --- modules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules b/modules index 52b75768..a0be0e78 100644 --- a/modules +++ b/modules @@ -8,6 +8,6 @@ # documented below GLUON_SITE_FEEDS='community' -PACKAGES_COMMUNITY_REPO=https://github.com/freifunk-gluon/community-packages.git -PACKAGES_COMMUNITY_COMMIT=5ac2ac91d653f20098be97e2880c0950a4f0cda8 -PACKAGES_COMMUNITY_BRANCH=master +PACKAGES_COMMUNITY_REPO=https://github.com/DasSkelett/community-packages.git +PACKAGES_COMMUNITY_COMMIT=8208b629cc14aca615071ebd6df8e044cc367f57 +PACKAGES_COMMUNITY_BRANCH=wgkex-loadbalancing