From 64d7f4d035f7da74ca7bf84fe771534fb7111f74 Mon Sep 17 00:00:00 2001 From: Jan-Tarek Butt <buttjantarek@googlemail.com> Date: Sun, 24 May 2015 00:18:05 +0200 Subject: [PATCH] add more ntp and update server --- site.conf | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/site.conf b/site.conf index dea8038..2368ae2 100644 --- a/site.conf +++ b/site.conf @@ -11,7 +11,11 @@ mesh_domains = { 'ffnw', '18.10.in-addr.arpa', '4.c.d.9.a.a.d.f.4.7.d.f.ip6.arpa' }, mesh_on_wan = false, timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin - ntp_servers = {'fd74:fdaa:9dc4::1'}, + ntp_servers = { + 'fd74:fdaa:9dc4::1', --vpn01 + 'fd74:fdaa:9dc4::8:1', --vpn02 + 'fd74:fdaa:9dc4::16:1', --vpn03 + }, regdom = 'DE', wifi24 = { @@ -62,7 +66,11 @@ branches = { stable = { name = 'stable', - mirrors = {'http://[fd74:fdaa:9dc4::1]/firmware/stable' }, + mirrors = { + 'http://[fd74:fdaa:9dc4::1]/firmware/stable', --vpn01 + 'http://[fd74:fdaa:9dc4::8:1]/firmware/stable', --vpn02 + 'http://[fd74:fdaa:9dc4::16:1]/firmware/stable', --vpn03 + }, good_signatures = 3, pubkeys = { '22c79b193a36269fd7fd51531e762b776e982926c90822df80b56f2be11648d4', --bjo @@ -76,7 +84,11 @@ }, testing = { name = 'testing', - mirrors = {'http://[fd74:fdaa:9dc4::1]/firmware/testing' }, + mirrors = { + 'http://[fd74:fdaa:9dc4::1]/firmware/testing', --vpn01 + 'http://[fd74:fdaa:9dc4::8:1]/firmware/testing', --vpn02 + 'http://[fd74:fdaa:9dc4::16:1]/firmware/testing', --vpn03 + }, good_signatures = 1, pubkeys = { '22c79b193a36269fd7fd51531e762b776e982926c90822df80b56f2be11648d4', --bjo -- GitLab