From 90dc0d38eab2339407d2421118b3dfd118b63854 Mon Sep 17 00:00:00 2001
From: Tarnatos <tarnatos@posteo.de>
Date: Wed, 27 Jan 2016 18:27:07 +0100
Subject: [PATCH] Autoupdater URLs, Keys - fastd key VPN1
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Autoupdater URLs auf Webadressen umgestellt
fastd Key für VPN1 hinterlegt
Tarnatos: Firmware Key aktualisiert
Rubo77: Firmware Key hinterlegt
---
 site.conf | 28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)

diff --git a/site.conf b/site.conf
index 6b2ad6d..3da6712 100644
--- a/site.conf
+++ b/site.conf
@@ -69,7 +69,7 @@
 						remotes = {'ipv4 "vpn0.ffnord.net" port 10050','ipv6 "vpn0.ffnord.net" port 10050'},
 					},
 					ffnord_vpn1 = {
-						key = '2fa171346f800313145064d5e760af52069a3f3c6d1805c0393c747843b0eb8e',
+						key = '552e490f8b3392a8f92b20ad66134a3b6ed298bb22ee72a3bb9685ce4da06216',
 						remotes = {'ipv4 "vpn1.ffnord.net" port 10050', 'ipv6 "vpn1.ffnord.net" port 10050'},
 					},
 					ffnord_vpn2 = {
@@ -97,10 +97,12 @@
 			stable = {
 				name = 'stable',
 				mirrors = {
-        			'http://[2a03:2267:4e6f:7264::fd00]/firmware/stable/sysupgrade/',
-        			'http://[2a03:2267:4e6f:7264::fd01]/firmware/stable/sysupgrade/',
-        			'http://[2a03:2267:4e6f:7264::fd02]/firmware/stable/sysupgrade/',
-        			'http://[2a03:2267:4e6f:7264::fd03]/firmware/stable/sysupgrade/',
+        			'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/',
         		},
 				good_signatures = 3,
 				pubkeys = {
@@ -108,17 +110,20 @@
         			'e46bcbb302a250d414d2f014fc55d179693cd39c6527d120924a1e985dd8ae5f', -- DO9XE
 				'bd5a70d4c3df30eaa860d615c0e0526b0dda5bc60c09c20972bce4ffa7512659', -- bjoern
 				'1d37eacbd70f72730b1f5aba246a6a8eab100e2d45dda0163d9ad827f70f88d4', -- gernot
-				'b952fb086ae4987a1807af0ed14683117af663f6c075950d832b761a6963be9d', -- Tarnatos
+				'589695821488c9acd2efc26c2fdde259b25615cbfdbb6a434e95e33fa6932023', -- Tarnatos
 				'c83161964de2763ab2fc5730dcc0f8766212f130e6b48b3b42d7f1055c05a2be' -- bigfoot
+				'ce692fd4f662710aabe32ee629b37f594ac9f3876fb324cb1fc9aaf3090a7e6e' -- rubo77
 				},
 			},
 			experimental = {
         		name = 'experimental',
 				mirrors = {
-        			'http://[2a03:2267:4e6f:7264::fd00]/firmware/experimental/sysupgrade/',
-        			'http://[2a03:2267:4e6f:7264::fd01]/firmware/experimental/sysupgrade/',
-        			'http://[2a03:2267:4e6f:7264::fd02]/firmware/experimental/sysupgrade/',
-        			'http://[2a03:2267:4e6f:7264::fd03]/firmware/experimental/sysupgrade/',
+        			'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/',
         		},
 				probability = 0.1,
 				good_signatures = 1,
@@ -127,8 +132,9 @@
         			'e46bcbb302a250d414d2f014fc55d179693cd39c6527d120924a1e985dd8ae5f', -- DO9XE
 				'bd5a70d4c3df30eaa860d615c0e0526b0dda5bc60c09c20972bce4ffa7512659', -- bjoern
 				'1d37eacbd70f72730b1f5aba246a6a8eab100e2d45dda0163d9ad827f70f88d4', -- gernot
-				'b952fb086ae4987a1807af0ed14683117af663f6c075950d832b761a6963be9d', -- Tarnatos
+				'589695821488c9acd2efc26c2fdde259b25615cbfdbb6a434e95e33fa6932023', -- Tarnatos
 				'c83161964de2763ab2fc5730dcc0f8766212f130e6b48b3b42d7f1055c05a2be' -- bigfoot
+				'ce692fd4f662710aabe32ee629b37f594ac9f3876fb324cb1fc9aaf3090a7e6e' -- rubo77
 				},
 			},
 		},
-- 
GitLab