docs: user/site: add information on gluon-mesh-vpn-tunneldigger configuration

This commit is contained in:
Matthias Schiffer 2017-03-10 19:45:54 +01:00
parent b016cf18b4
commit e6d0b58d91
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 12 additions and 0 deletions

View File

@ -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,