Skip to content

Commit

Permalink
add description of how to override loadbalancing
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Mar 26, 2024
1 parent 7710c18 commit 70f031c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ffmuc-mesh-vpn-wireguard-vxlan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70f031c

Please sign in to comment.