From 5b25be6848ff28a858a176e9092dfd299de56a56 Mon Sep 17 00:00:00 2001
From: Leonard Penzer <leonard@ludgate.muse.vg>
Date: Tue, 23 Sep 2014 08:32:43 +0200
Subject: [PATCH] changed ipv4 subnet and mirror ip

---
 site.conf | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/site.conf b/site.conf
index c4f8162..eb02627 100644
--- a/site.conf
+++ b/site.conf
@@ -1,9 +1,9 @@
 {
-        hostname_prefix = 's',
+        hostname_prefix = 'ffs',
         site_name = 'Freifunk Stuttgart',
         site_code = 'ffs',
 
-        prefix4 = '172.21.24.128/25',
+        prefix4 = '172.21.0.0/18',
         prefix6 = 'fd21:b4dc:4b1e::/64',
 
         timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
@@ -58,7 +58,7 @@
                                 name = 'stable',
                                 mirrors = {
                                         'http://[fd21:b4dc:4b1e::a38:1]/gluon/stable/sysupgrade', -- gluongw
-                                        'http://172.21.24.129/gluon/stable/sysupgrade',  -- gluongw
+                                        'http://178.62.238.90/gluon/stable/sysupgrade',  -- gluongw
                                 },
                                 good_signatures = 1,
                                 pubkeys = {
@@ -69,7 +69,7 @@
                                 name = 'beta',
                                 mirrors = {
                                         'http://[fd21:b4dc:4b1e::a38:1]/gluon/beta/sysupgrade', -- gluongw
-                                        'http://172.21.24.129/gluon/beta/sysupgrade',  -- gluongw
+                                        'http://178.62.238.90/gluon/beta/sysupgrade',  -- gluongw
                                 },
                                 good_signatures = 1,
                                 pubkeys = {
@@ -80,7 +80,7 @@
                                 name = 'nightly',
                                 mirrors = {
                                         'http://[fd21:b4dc:4b1e::a38:1]/gluon/nightly/sysupgrade', -- gluongw
-                                        'http://172.21.24.129/gluon/nightly/sysupgrade',  -- gluongw
+                                        'http://178.62.238.90/gluon/nightly/sysupgrade',  -- gluongw
                                 },
                                 good_signatures = 1,
                                 pubkeys = {
-- 
GitLab