diff --git a/site_config/stable/site/site.conf b/site_config/stable/site/site.conf index e8f889ae10754940cb4a28b22629414853537d02..7d4c36b72ae8781d81c8e9d10efcf744b3362f72 100644 --- a/site_config/stable/site/site.conf +++ b/site_config/stable/site/site.conf @@ -31,7 +31,7 @@ -- List of NTP servers in your community. -- Must be reachable using IPv6! - ntp_servers = {'fd4e:f2d7:88d2:fffe::11','fd4e:f2d7:88d2:fffe::12'}, + ntp_servers = {'fd4e:f2d7:88d2:fffe::11','fd4e:f2d7:88d2:fffe::12','fd4e:f2d7:88d2:fffe::19'}, -- Wireless regulatory domain of your community. regdom = 'LU', @@ -99,14 +99,18 @@ -- List of peers. peers = { - gw1= { - key = 'd5af753220451b6c181cca469835da9c67d3ca9603465e13a5adb9b64f89f3c6', - remotes = {'ipv4 "fflux-gw1.freifunk.lu" port 10000'}, - }, - gw2= { - key = '3c42a77d863cb0475ec5a9e9b9c63ff557f8bac991b78a26427f100cc130462b', - remotes = {'ipv4 "fflux-gw2.freifunk.lu" port 10000'}, - } + gw1 = { + key = 'd5af753220451b6c181cca469835da9c67d3ca9603465e13a5adb9b64f89f3c6', + remotes = {'ipv4 "fflux-gw1.freifunk.lu" port 10000'}, + }, + gw2 = { + key = '3c42a77d863cb0475ec5a9e9b9c63ff557f8bac991b78a26427f100cc130462b', + remotes = {'ipv4 "fflux-gw2.freifunk.lu" port 10000'}, + }, + test = { + key = '95b22943135927cc1da6800ba152819ae5ee26cbb83d6354bc81a5ce632fcb5a', + remotes = {'ipv4 "fflux-test.freifunk.lu" port 10000'}, + }, }, }, }, @@ -127,6 +131,7 @@ mirrors = { 'http://[fd4e:f2d7:88d2:fffe::11]/stable/sysupgrade', 'http://[fd4e:f2d7:88d2:fffe::12]/stable/sysupgrade', + 'http://[fd4e:f2d7:88d2:fffe::19]/stable/sysupgrade', 'http://firmware.freifunk.lu/stable/sysupgrade', }, @@ -150,9 +155,10 @@ -- List of mirrors to fetch images from. IPv6 required! mirrors = { - 'http://[fd4e:f2d7:88d2:fffe::11]/beta/sysupgrade', - 'http://[fd4e:f2d7:88d2:fffe::12]/beta/sysupgrade', - 'http://firmware.freifunk.lu/beta/sysupgrade', + 'http://[fd4e:f2d7:88d2:fffe::11]/beta/sysupgrade', + 'http://[fd4e:f2d7:88d2:fffe::12]/beta/sysupgrade', + 'http://[fd4e:f2d7:88d2:fffe::19]/beta/sysupgrade', + 'http://firmware.freifunk.lu/beta/sysupgrade', }, -- Number of good signatures required. @@ -175,9 +181,10 @@ -- List of mirrors to fetch images from. IPv6 required! mirrors = { - 'http://[fd4e:f2d7:88d2:fffe::11]/experimental/sysupgrade', - 'http://[fd4e:f2d7:88d2:fffe::12]/experimental/sysupgrade', - 'http://firmware.freifunk.lu/experimental/sysupgrade', + 'http://[fd4e:f2d7:88d2:fffe::11]/experimental/sysupgrade', + 'http://[fd4e:f2d7:88d2:fffe::12]/experimental/sysupgrade', + 'http://[fd4e:f2d7:88d2:fffe::19]/experimental/sysupgrade', + 'http://firmware.freifunk.lu/experimental/sysupgrade', }, -- Number of good signatures required.