Adjust fastd-mesh-vpn config to nested peer groups
This commit is contained in:
parent
4e1d44c956
commit
e12fa3f42b
1 changed files with 40 additions and 38 deletions
|
@ -39,6 +39,7 @@
|
||||||
enabled = true,
|
enabled = true,
|
||||||
methods = {'salsa2012+umac'},
|
methods = {'salsa2012+umac'},
|
||||||
mtu = 1406,
|
mtu = 1406,
|
||||||
|
groups = {
|
||||||
backbone = {
|
backbone = {
|
||||||
limit = 2,
|
limit = 2,
|
||||||
peers = {
|
peers = {
|
||||||
|
@ -81,6 +82,7 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
|
||||||
autoupdater = {
|
autoupdater = {
|
||||||
branch = 'experimental',
|
branch = 'experimental',
|
||||||
|
|
Loading…
Reference in a new issue