mirror of https://github.com/openwrt/packages.git
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>pull/26950/head
parent
99c111e391
commit
366629b117
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "afraid.org-v2-token",
|
||||
"ipv4": {
|
||||
"url": "https://sync.afraid.org/u/[PASSWORD]/?address=[IP]"
|
||||
"url": "https://freedns.afraid.org/dynamic/update.php?[PASSWORD]&address=[IP]"
|
||||
},
|
||||
"ipv6": {
|
||||
"url": "https://v6.sync.afraid.org/u/[PASSWORD]/?address=[IP]"
|
||||
"url": "https://freedns.afraid.org/dynamic/update.php?[PASSWORD]&address=[IP]"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue