Skip to content
Snippets Groups Projects
Commit 1b2c5e51 authored by Leonard Penzer's avatar Leonard Penzer
Browse files

Changed IPs for update and ntp to services subnet

parent 713891ae
No related branches found
No related tags found
No related merge requests found
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
site_code = 'ffs', site_code = 'ffs',
prefix4 = '172.21.0.0/18', prefix4 = '172.21.0.0/18',
prefix6 = 'fd21:b4dc:4b1e::/64', prefix6 = 'fd21:b4dc:4b00::/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 = {
'fd21:b4dc:4b1e::a38:1', -- gw01 'fd21:b4dc:4b00::a38:1', -- gw01
}, },
opkg_repo = 'http://[fd21:b4dc:4b1e::a38:1]/openwrt/barrier_breaker/14.07/%S/packages', opkg_repo = 'http://[fd21:b4dc:4b00::a38:1]/openwrt/barrier_breaker/14.07/%S/packages',
regdom = 'DE', regdom = 'DE',
wifi24 = { wifi24 = {
...@@ -196,7 +196,7 @@ ...@@ -196,7 +196,7 @@
stable = { stable = {
name = 'stable', name = 'stable',
mirrors = { mirrors = {
'http://[fd21:b4dc:4b1e::a38:1]/gluon/stable/sysupgrade', 'http://[fd21:b4dc:4b00::a38:1]/gluon/stable/sysupgrade',
}, },
good_signatures = 2, good_signatures = 2,
pubkeys = { pubkeys = {
...@@ -208,7 +208,7 @@ ...@@ -208,7 +208,7 @@
beta = { beta = {
name = 'beta', name = 'beta',
mirrors = { mirrors = {
'http://[fd21:b4dc:4b1e::a38:1]/gluon/beta/sysupgrade', 'http://[fd21:b4dc:4b00::a38:1]/gluon/beta/sysupgrade',
}, },
good_signatures = 1, good_signatures = 1,
pubkeys = { pubkeys = {
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
nightly = { nightly = {
name = 'nightly', name = 'nightly',
mirrors = { mirrors = {
'http://[fd21:b4dc:4b1e::a38:1]/gluon/nightly/sysupgrade', 'http://[fd21:b4dc:4b00::a38:1]/gluon/nightly/sysupgrade',
}, },
good_signatures = 1, good_signatures = 1,
pubkeys = { pubkeys = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment