l2tp Testing
This commit is contained in:
parent
49dbb35a17
commit
3115dc79c1
5
modules
5
modules
@ -2,3 +2,8 @@ GLUON_SITE_FEEDS='tro'
|
|||||||
|
|
||||||
PACKAGES_TRO_REPO=https://github.com/Freifunk-Troisdorf/packages.git
|
PACKAGES_TRO_REPO=https://github.com/Freifunk-Troisdorf/packages.git
|
||||||
PACKAGES_TRO_COMMIT=e92ccaeebb53a8308bb2729721a77cebad0b3494
|
PACKAGES_TRO_COMMIT=e92ccaeebb53a8308bb2729721a77cebad0b3494
|
||||||
|
|
||||||
|
GLUON_SITE_FEEDS='ffrl'
|
||||||
|
|
||||||
|
PACKAGES_FFRL_REPO=https://github.com/ffrl/ffrl-packages
|
||||||
|
PACKAGES_FFRL_COMMIT=dcfdc0d6b42c07a81e3456e249068cf1fe0e99b0
|
||||||
|
@ -163,6 +163,14 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
roguenets_filter = {
|
||||||
|
allowed_prefix4 = '10.188.0.0/16',
|
||||||
|
allowed_prefix6 = 'fda0:747e:ab29:7405::/64',
|
||||||
|
},
|
||||||
|
tunneldigger_mesh_vpn = {
|
||||||
|
mtu = 1312,
|
||||||
|
brokers = {'troisdorf3.freifunk-troisdorf.de:53844','troisdorf2.freifunk-troisdorf.de:53844'},
|
||||||
|
},
|
||||||
roles = {
|
roles = {
|
||||||
default = 'node',
|
default = 'node',
|
||||||
list = {
|
list = {
|
||||||
|
5
site.mk
5
site.mk
@ -8,18 +8,19 @@ GLUON_SITE_PACKAGES := \
|
|||||||
gluon-config-mode-core \
|
gluon-config-mode-core \
|
||||||
gluon-config-mode-autoupdater \
|
gluon-config-mode-autoupdater \
|
||||||
gluon-config-mode-hostname \
|
gluon-config-mode-hostname \
|
||||||
gluon-config-mode-mesh-vpn \
|
|
||||||
gluon-config-mode-geo-location \
|
gluon-config-mode-geo-location \
|
||||||
gluon-config-mode-contact-info \
|
gluon-config-mode-contact-info \
|
||||||
|
gluon-config-mode-tunneldigger \
|
||||||
gluon-ebtables-filter-multicast \
|
gluon-ebtables-filter-multicast \
|
||||||
gluon-ebtables-filter-ra-dhcp \
|
gluon-ebtables-filter-ra-dhcp \
|
||||||
|
gluon-ebtables-filter-roguenets \
|
||||||
gluon-luci-admin \
|
gluon-luci-admin \
|
||||||
gluon-luci-autoupdater \
|
gluon-luci-autoupdater \
|
||||||
gluon-luci-portconfig \
|
gluon-luci-portconfig \
|
||||||
gluon-luci-private-wifi \
|
gluon-luci-private-wifi \
|
||||||
gluon-luci-node-role \
|
gluon-luci-node-role \
|
||||||
gluon-next-node \
|
gluon-next-node \
|
||||||
gluon-mesh-vpn-fastd \
|
gluon-mesh-vpn-tunneldigger \
|
||||||
gluon-radvd \
|
gluon-radvd \
|
||||||
gluon-status-page \
|
gluon-status-page \
|
||||||
iwinfo \
|
iwinfo \
|
||||||
|
Loading…
Reference in New Issue
Block a user