Switched to ipv[46].flashii.net instead of .flash.moe.

This commit is contained in:
flash 2025-02-06 19:20:35 +00:00
parent 28b719bead
commit 91374efd1a

View file

@ -128,9 +128,9 @@
});
xhr.addEventListener('error', function() {
ipv4field.style.color = 'red';
ipv4field.textContent = 'Failed to connect to ipv4.flash.moe, are you blocking it?';
ipv4field.textContent = 'Failed to connect to ipv4.flashii.net, are you blocking it?';
});
xhr.open('GET', '//ipv4.flash.moe');
xhr.open('GET', '//ipv4.flashii.net');
xhr.send();
});
</script>