Revert "afraid.org-v2-token.json: Fix 404 on update"

This reverts commit 366629b117.

It has been determined that the URL currently in use points to v1. The
previously used URL remains valid and is correct. If someone requires the
v1 URL, a new provider must be created.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert
2025-09-23 09:51:13 +02:00
parent 1463d79bdf
commit 5a688059e9

View File

@@ -1,9 +1,9 @@
{
"name": "afraid.org-v2-token",
"ipv4": {
"url": "https://freedns.afraid.org/dynamic/update.php?[PASSWORD]&address=[IP]"
"url": "https://sync.afraid.org/u/[PASSWORD]/?address=[IP]"
},
"ipv6": {
"url": "https://freedns.afraid.org/dynamic/update.php?[PASSWORD]&address=[IP]"
"url": "https://v6.sync.afraid.org/u/[PASSWORD]/?address=[IP]"
}
}