update mmfd + migrate to babel-gw-lwlcom (incompatible to prev mmfd version)

This commit is contained in:
Martin/Geno 2019-07-19 00:20:09 +02:00
parent cb4c4bb8b2
commit 2307d52be5
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
3 changed files with 8 additions and 8 deletions

2
gluon

@ -1 +1 @@
Subproject commit 2b2acaf271fd4e6452b47ae378848ff0cf0e65a6 Subproject commit 8103e6c3af2c4a3b4281db8a64a4b642dd63b689

View File

@ -4,4 +4,4 @@ PACKAGES_FFHB_REPO=git://github.com/FreifunkBremen/ffhb-packages.git
PACKAGES_FFHB_COMMIT=e314a51ebbd5e8b6da3ab2744354869b7740913a PACKAGES_FFHB_COMMIT=e314a51ebbd5e8b6da3ab2744354869b7740913a
PACKAGES_FFFFMPACKAGES_REPO=git://github.com/freifunk-ffm/packages.git PACKAGES_FFFFMPACKAGES_REPO=git://github.com/freifunk-ffm/packages.git
PACKAGES_FFFFMPACKAGES_COMMIT=3681b458e0060ba3b5580f8bedaeef89327023be PACKAGES_FFFFMPACKAGES_COMMIT=91d343b09f6503ecd7d5b7dd7798965996893210

View File

@ -10,7 +10,7 @@
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
ntp_servers = { ntp_servers = {
'4.ntp.bremen.freifunk.net', '2a06:8782:ffbb:bab0::9',
}, },
regdom = 'DE', regdom = 'DE',
@ -45,7 +45,7 @@
}, },
dns = { dns = {
servers = { servers = {
'2a06:8782:ffbb:bab0::4', '2a06:8782:ffbb:bab0::9',
}, },
}, },
@ -59,11 +59,11 @@
backbone = { backbone = {
limit = '1', -- currently unused limit = '1', -- currently unused
peers = { peers = {
vpn04 = { lwlcomGW = {
enabled = true, enabled = true,
key ='ih0oVlwTSI1TfsKSxDW5hS3i3jaIsuk75Uh8/J3mQxw=', key ='XA7WDD0pzgzxAGHNbbtcuDxxKJiX7x4ZCm/0XBKVOwM=',
remote = 'vpn04.bremen.freifunk.net', remote = 'babel-gw-lwlcom.bremen.freifunk.net',
broker_port = '40999', broker_port = '1999',
}, },
}, },
}, },