Files
packages/net/tunneldigger/files/config.default
Florian Maurer 296c15c1f2 tunneldigger: add broker_selection option to expose load balancing capabilities
Using the broker_selection param makes it possible to decide by use (default),
always use the first available broker to connect or select a random broker

See also: 51a5e46ad1/client/l2tp_client.c (L1331-L1333)

Signed-off-by: Florian Maurer <f.maurer@outlook.de>
2025-09-22 22:27:09 +02:00

10 lines
226 B
Plaintext

config broker
list address 'x.y.z.w:8942'
list address 'x.y.z.w:53'
list address 'x.y.z.w:123'
option uuid 'abcd'
option interface 'l2tp0'
option limit_bw_down '1024'
option broker_selection 'usage'
option enabled '0'