Use full relays endpoint
This commit is contained in:
parent
3f2cb1b44b
commit
5eefd8b144
@ -24,7 +24,7 @@ function humanTime(input) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function getRelayData() {
|
async function getRelayData() {
|
||||||
const response = await fetch('https://relays.syncthing.net/endpoint');
|
const response = await fetch('https://relays.syncthing.net/endpoint/full');
|
||||||
|
|
||||||
if (!response.ok) {
|
if (!response.ok) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user