mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
afraid.org-v2-token.json: Fix 404 on update
The URL for update changed and updates were silently failing with HTTP 404. Fixed the URL Signed-off-by: Paulo Neves <ptsneves@gmail.com>
This commit is contained in:
committed by
Florian Eckert
parent
99c111e391
commit
366629b117
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "afraid.org-v2-token",
|
"name": "afraid.org-v2-token",
|
||||||
"ipv4": {
|
"ipv4": {
|
||||||
"url": "https://sync.afraid.org/u/[PASSWORD]/?address=[IP]"
|
"url": "https://freedns.afraid.org/dynamic/update.php?[PASSWORD]&address=[IP]"
|
||||||
},
|
},
|
||||||
"ipv6": {
|
"ipv6": {
|
||||||
"url": "https://v6.sync.afraid.org/u/[PASSWORD]/?address=[IP]"
|
"url": "https://freedns.afraid.org/dynamic/update.php?[PASSWORD]&address=[IP]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user