From e6d0b58d91be4803a50966703feddabb938ff453 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 10 Mar 2017 19:45:54 +0100 Subject: [PATCH] docs: user/site: add information on gluon-mesh-vpn-tunneldigger configuration --- docs/user/site.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/user/site.rst b/docs/user/site.rst index 4fd5a55d..ed2fd7ae 100644 --- a/docs/user/site.rst +++ b/docs/user/site.rst @@ -193,6 +193,14 @@ mesh_vpn configured peers support both the ``null`` method and methods with encryption. You can set syslog_level from verbose (default) to warn to reduce syslog output. + + The `tunneldigger` section is used to define the *tunneldigger* broker list. + + **Note:** It doesn't make sense to include both `fastd` and `tunneldigger` + sections in the same configuration file, as only one of the packages *gluon-mesh-vpn-fastd* + and *gluon-mesh-vpn-tunneldigger* should be installed with the current + implementation. + :: mesh_vpn = { @@ -238,6 +246,10 @@ mesh_vpn }, }, + tunneldigger = { + brokers = {'vpn1.alpha-centauri.freifunk.net'} + }, + bandwidth_limit = { -- The bandwidth limit can be enabled by default here. enabled = false,