packages/net/wg-installer/wg-server/config/wgserver.conf
Nick Hainke ee879d3747 wg-installer: allow defining link costs for hotplugs
Add options to set link costs in mesh routing daemons.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-01-12 17:47:26 +01:00

15 lines
384 B
Text

config server
option port_start '51820'
option port_end '52820'
option base_prefix '2002::/64'
option base_v4prefix '10.0.0.1/24'
option wg_key '/root/wg.key'
option wg_pub '/root/wg.pub'
option wg_tmp_key '1'
option timeout_handshake '600'
config babeld_hotplug
option rxcost '1024'
config olsrd_hotplug
option LinkQualityMult 'default 0.1'