Update site.rst
This commit is contained in:
parent
66d5dc3359
commit
2ae9ce009a
@ -182,12 +182,15 @@ fastd_mesh_vpn
|
|||||||
In any case, the ``null`` method should always be the first method in the list
|
In any case, the ``null`` method should always be the first method in the list
|
||||||
if it is supported at all. You should only set `configurable` to `true` if the
|
if it is supported at all. You should only set `configurable` to `true` if the
|
||||||
configured peers support both the ``null`` method and methods with encryption.
|
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.
|
||||||
::
|
::
|
||||||
|
|
||||||
fastd_mesh_vpn = {
|
fastd_mesh_vpn = {
|
||||||
methods = {'salsa2012+umac'},
|
methods = {'salsa2012+umac'},
|
||||||
-- enabled = true,
|
-- enabled = true,
|
||||||
-- configurable = true,
|
-- configurable = true,
|
||||||
|
-- syslog_level = 'warn',
|
||||||
mtu = 1280,
|
mtu = 1280,
|
||||||
groups = {
|
groups = {
|
||||||
backbone = {
|
backbone = {
|
||||||
|
Loading…
Reference in New Issue
Block a user