From 70f031cf7f89a3b53607983c08d993b2e04213ed Mon Sep 17 00:00:00 2001 From: Grische <2787581+grische@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:18:45 +0100 Subject: [PATCH] add description of how to override loadbalancing --- ffmuc-mesh-vpn-wireguard-vxlan/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ffmuc-mesh-vpn-wireguard-vxlan/README.md b/ffmuc-mesh-vpn-wireguard-vxlan/README.md index 1a7c4b86..49ecafa3 100644 --- a/ffmuc-mesh-vpn-wireguard-vxlan/README.md +++ b/ffmuc-mesh-vpn-wireguard-vxlan/README.md @@ -52,6 +52,13 @@ You should use something like the following in the site.conf: }, ``` +If permitted via `on/off-by-default`, a user can override loadbalancing with `uci`: + +```sh +uci set wireguard.mesh_vpn.loadbalancing=0 # override loadbalancing to be always off +uci set wireguard.mesh_vpn.loadbalancing=1 # override loadbalancing to be always on +``` + And you should include the package in the site.mk of course! ### Interesting Links