diff --git a/site.conf b/site.conf index bf89ba4c12848ce50a55256455b585ac6ba1885b..add4d7c0b28367febd0e29e162401fbbb719a67c 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,