chore: Change seed server for radicle-explorer

This commit is contained in:
ulic-youthlic 2025-11-02 12:50:13 +08:00
parent 266e91e0e8
commit ea8e5338b1
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -10,7 +10,7 @@
scheme = "https";
}
{
hostname = "ash.radicle.garden";
hostname = "rosa.radicle.xyz";
port = 443;
scheme = "https";
}
@ -20,7 +20,7 @@
scheme = "https";
}
{
hostname = "seed.radicle.garden";
hostname = "iris.radicle.xyz";
port = 443;
scheme = "https";
}