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
Branches
Tags
No related merge requests found
......@@ -4,13 +4,13 @@
site_code = 'ffs',
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
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',
wifi24 = {
......@@ -196,7 +196,7 @@
stable = {
name = 'stable',
mirrors = {
'http://[fd21:b4dc:4b1e::a38:1]/gluon/stable/sysupgrade',
'http://[fd21:b4dc:4b00::a38:1]/gluon/stable/sysupgrade',
},
good_signatures = 2,
pubkeys = {
......@@ -208,7 +208,7 @@
beta = {
name = 'beta',
mirrors = {
'http://[fd21:b4dc:4b1e::a38:1]/gluon/beta/sysupgrade',
'http://[fd21:b4dc:4b00::a38:1]/gluon/beta/sysupgrade',
},
good_signatures = 1,
pubkeys = {
......@@ -220,7 +220,7 @@
nightly = {
name = 'nightly',
mirrors = {
'http://[fd21:b4dc:4b1e::a38:1]/gluon/nightly/sysupgrade',
'http://[fd21:b4dc:4b00::a38:1]/gluon/nightly/sysupgrade',
},
good_signatures = 1,
pubkeys = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment