mirror of
https://github.com/ffrgb/site-ffrgb.git
synced 2024-12-27 19:31:51 +01:00
Update to Gluon 2020.2.1, add V6 PI prefixes
This commit is contained in:
parent
7931fb371a
commit
4c9597c3e5
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
GLUON_BUILD_DIR := gluon-build
|
GLUON_BUILD_DIR := gluon-build
|
||||||
GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon
|
GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon
|
||||||
GLUON_GIT_REF := v2020.1.3
|
GLUON_GIT_REF := v2020.2.1
|
||||||
|
|
||||||
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
prefix4 = '10.90.32.0/19',
|
prefix4 = '10.90.32.0/19',
|
||||||
prefix6 = 'fdef:f10f:1337:cafe::/64',
|
prefix6 = 'fdef:f10f:1337:cafe::/64',
|
||||||
extra_prefixes6 = {'2a00:9d80:6000:0101::/64'},
|
extra_prefixes6 = {'2a00:9d80:6000:0101::/64', '2001:678:ddc:11::/64', '2001:678:e64:12::/64'},
|
||||||
|
|
||||||
ntp_servers = {'1.ntp.services.ffrgb','2.ntp.services.ffrgb'},
|
ntp_servers = {'1.ntp.services.ffrgb','2.ntp.services.ffrgb'},
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
prefix4 = '10.90.96.0/19',
|
prefix4 = '10.90.96.0/19',
|
||||||
prefix6 = 'fdef:f30f:1337:cafe::/64',
|
prefix6 = 'fdef:f30f:1337:cafe::/64',
|
||||||
extra_prefixes6 = {'2a00:9d80:6000:0103::/64', '2001:678:ddc:31::/64'},
|
extra_prefixes6 = {'2a00:9d80:6000:0103::/64', '2001:678:ddc:31::/64', '2001:678:e64:32::/64'},
|
||||||
|
|
||||||
ntp_servers = {'1.ntp.services.ffrgb','2.ntp.services.ffrgb'},
|
ntp_servers = {'1.ntp.services.ffrgb','2.ntp.services.ffrgb'},
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
prefix4 = '10.90.64.0/19',
|
prefix4 = '10.90.64.0/19',
|
||||||
prefix6 = 'fdef:f20f:1337:cafe::/64',
|
prefix6 = 'fdef:f20f:1337:cafe::/64',
|
||||||
extra_prefixes6 = {'2a00:9d80:6000:0102::/64'},
|
extra_prefixes6 = {'2a00:9d80:6000:0102::/64', '2001:678:ddc:21::/64', '2001:678:e64:22::/64'},
|
||||||
|
|
||||||
ntp_servers = {'1.ntp.services.ffrgb','2.ntp.services.ffrgb'},
|
ntp_servers = {'1.ntp.services.ffrgb','2.ntp.services.ffrgb'},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user