diff --git a/site.conf b/site.conf index dea80387f6fb1911ff4a71e5fd6c84a4210e8483..2368ae21d28d0a7a00dcf6862fd77cefc8cbdc88 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