From 4bb8fbba7522635c93223648c98c2deb598a04e7 2025-10-07 00:32:36 From: xbr Date: 2025-10-07 00:32:36 Subject: [PATCH] add: fflux to autoupdater mirror --- diff --git a/site_config/experimental/site/site.conf b/site_config/experimental/site/site.conf index 9aee5568a3c7dd3083f43ebc2a83289c9b1d515e..c40cea4e4d3039303dbf77f19ba44239feb66796 100644 --- a/site_config/experimental/site/site.conf +++ b/site_config/experimental/site/site.conf @@ -135,6 +135,7 @@ -- List of mirrors to fetch images from. IPv6 required! mirrors = { + 'http://[fd4e:f2d7:88d2:fffe::10]/stable/sysupgrade', 'http://[fd4e:f2d7:88d2:fffe::11]/stable/sysupgrade', 'http://[fd4e:f2d7:88d2:fffe::12]/stable/sysupgrade', 'http://[fd4e:f2d7:88d2:fffe::19]/stable/sysupgrade', @@ -156,6 +157,7 @@ -- List of mirrors to fetch images from. IPv6 required! mirrors = { + 'http://[fd4e:f2d7:88d2:fffe::10]/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', @@ -177,6 +179,7 @@ -- List of mirrors to fetch images from. IPv6 required! mirrors = { + 'http://[fd4e:f2d7:88d2:fffe::10]/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',