From 31ccf55b74f3c0f6e4314b52061f2ff65790d643 Mon Sep 17 00:00:00 2001
From: Tarnatos <tarnatos@posteo.de>
Date: Mon, 15 Feb 2016 20:03:30 +0100
Subject: [PATCH] =?UTF-8?q?Finale=20Version=20f=C3=BCr=20Gloun=202016.1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/site.conf b/site.conf
index bf89ba4..add4d7c 100644
--- a/site.conf
+++ b/site.conf
@@ -4,7 +4,7 @@
 	site_code = 'ffnord',
 
 	opkg = {
-               openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages'
+               openwrt = 'http://[2a03:2267:4e6f:7264::fd02]/%n/%v/%S/packages'
                },
 
 	prefix4 = '10.187.0.0/16',
@@ -12,9 +12,9 @@
 
 	timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
 	ntp_servers = {
-			'1.ntp.services.ffnord',
-			'2.ntp.services.ffnord',
-			'3.ntp.services.ffnord',
+			'2a03:2267:4e6f:7264::fd00',
+			'2a03:2267:4e6f:7264::fd02',
+			'2a03:2267:4e6f:7264::fd03',
 		      },
 	regdom = 'DE',
 
@@ -113,12 +113,9 @@
 			stable = {
 				name = 'stable',
 				mirrors = {
-        			'http://0.update.ffnord/firmware/stable/sysupgrade/',
-        			'http://1.update.ffnord/firmware/stable/sysupgrade/',
-        			'http://2.update.ffnord/firmware/stable/sysupgrade/',
-        			'http://3.update.ffnord/firmware/stable/sysupgrade/',
-        			'http://vpn0.ffnord.net/firmware/stable/sysupgrade/',
-        			'http://service2.ffnord.net/firmware/stable/sysupgrade/',
+        			'http://[2a03:2267:4e6f:7264::fd00]/firmware/stable/sysupgrade/',
+        			'http://[2a03:2267:4e6f:7264::fd02]/firmware/stable/sysupgrade/',
+        			'http://[2a03:2267:4e6f:7264::fd03]/firmware/stable/sysupgrade/',
         		},
 				good_signatures = 2,
 				pubkeys = {
@@ -134,12 +131,9 @@
 			experimental = {
         		name = 'experimental',
 				mirrors = {
-        			'http://0.update.ffnord/firmware/experimental/sysupgrade/',
-        			'http://1.update.ffnord/firmware/experimental/sysupgrade/',
-        			'http://2.update.ffnord/firmware/experimental/sysupgrade/',
-        			'http://3.update.ffnord/firmware/experimental/sysupgrade/',
-        			'http://vpn0.ffnord.net/firmware/experimental/sysupgrade/',
-        			'http://service2.ffnord.net/firmware/experimental/sysupgrade/',
+        			'http://[2a03:2267:4e6f:7264::fd00]/firmware/experimental/sysupgrade/',
+        			'http://[2a03:2267:4e6f:7264::fd02]/firmware/experimental/sysupgrade/',
+        			'http://[2a03:2267:4e6f:7264::fd03]/firmware/experimental/sysupgrade/',
         		},
 				probability = 0.1,
 				good_signatures = 1,
-- 
GitLab