fix vlan-wan + wifi digi + status-page address
This commit is contained in:
parent
f18f4f02ae
commit
0a1e2be271
2
modules
2
modules
|
@ -1,5 +1,5 @@
|
||||||
GLUON_SITE_FEEDS='ffhb'
|
GLUON_SITE_FEEDS='ffhb'
|
||||||
|
|
||||||
PACKAGES_FFHB_REPO=git://github.com/FreifunkBremen/ffhb-packages.git
|
PACKAGES_FFHB_REPO=git://github.com/FreifunkBremen/ffhb-packages.git
|
||||||
PACKAGES_FFHB_COMMIT=4692c49682ad743e953f2b79590653a7fc6e67c8
|
PACKAGES_FFHB_COMMIT=0e2480415815655232cffe53b5329c73f211088c
|
||||||
PACKAGES_FFHB_BRANCH=events
|
PACKAGES_FFHB_BRANCH=events
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
site_code = 'ffhb',
|
site_code = 'ffhb',
|
||||||
domain_seed = '9c689a5be0e7610716aa9952d3c186345bd8d72dfa8950977e255e26ea24d978',
|
domain_seed = '9c689a5be0e7610716aa9952d3c186345bd8d72dfa8950977e255e26ea24d978',
|
||||||
|
|
||||||
prefix6 = '2a06:8782:ffbb:bab0::/64',
|
prefix6 = '2a06:8782:ffbb:baf0::/64',
|
||||||
|
|
||||||
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 = {
|
||||||
|
@ -56,14 +56,9 @@
|
||||||
'node.ffhb.de',
|
'node.ffhb.de',
|
||||||
'node.bremen.freifunk.net',
|
'node.bremen.freifunk.net',
|
||||||
},
|
},
|
||||||
ip6 = '2a06:8782:ffbb:bab0::127',
|
ip6 = '2a06:8782:ffbb:baf0::127',
|
||||||
mac = '16:41:95:40:f7:dc',
|
mac = '16:41:95:40:f7:dc',
|
||||||
},
|
},
|
||||||
dns = {
|
|
||||||
servers = {
|
|
||||||
'2a06:8782:ffbb:bab0::9',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
mesh_vpn = {
|
mesh_vpn = {
|
||||||
enabled = false,
|
enabled = false,
|
||||||
|
|
Loading…
Reference in New Issue