1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 21:03:56 +02:00
openwrt-packages/net/tunneldigger-broker/files/config.default
Perry Melange 99dfea7730 tunneldigger-broker: update config file and init for v0.4.0
Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
2023-08-20 02:25:27 +02:00

26 lines
741 B
Plaintext

config broker
list port '53'
list port '123'
list port '8942'
option interface 'loopback'
option max_tunnels '1024'
option tunnel_id_base '100'
option pmtu '0'
option connection_rate_limit '0.2'
option connection_rate_limit_per_ip_count '0'
option connection_rate_limit_per_ip_time '0'
config log
option verbosity 'INFO'
option log_ip_addresses '0'
# To automatically put tunnel interfaces into pre-exitsing bridges
# via the hook scripts, then create a bridge section for each
# supported mtu. If pmtu is set to non-zero above, then only that
# bridge is needed. To isolate the bridge ports, set isolate to '1'.
# '0' is the default
#config bridge
# option interface 'br-mybridge'
# option mtu '1446'
# option isolate '1'