Make mesh-vpn methods configurable
This commit is contained in:
parent
3eb2c7f3d3
commit
4c519d5fef
2 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
},
|
||||
|
||||
fastd_mesh_vpn = {
|
||||
configurable = true,
|
||||
methods = {'salsa2012+umac'},
|
||||
mtu = 1280,
|
||||
groups = {
|
||||
|
|
1
site.mk
1
site.mk
|
@ -13,6 +13,7 @@ GLUON_SITE_PACKAGES := \
|
|||
gluon-legacy \
|
||||
gluon-luci-admin \
|
||||
gluon-luci-autoupdater \
|
||||
gluon-luci-mesh-vpn-fastd \
|
||||
gluon-luci-portconfig \
|
||||
gluon-luci-wifi-config \
|
||||
gluon-next-node \
|
||||
|
|
Loading…
Reference in a new issue