mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
According to [1] Basic Auth seems to be broken since a while for he.net. The documentation [2] is outdated, and still mentions Basic Auth, but switching to parameter-based authentication seems to fix the issue. It also bumps PKG_RELEASE in order to ensure a new version is packaged. [1]: https://github.com/openwrt/packages/issues/27593 [2]: https://dns.he.net/docs.html Signed-off-by: Karol Babioch <karol@babioch.de>
12 lines
290 B
JSON
12 lines
290 B
JSON
{
|
|
"name": "he.net",
|
|
"ipv4": {
|
|
"url": "https://dyn.dns.he.net/nic/update?hostname=[DOMAIN]&password=[PASSWORD]&myip=[IP]",
|
|
"answer": "good|nochg"
|
|
},
|
|
"ipv6": {
|
|
"url": "https://dyn.dns.he.net/nic/update?hostname=[DOMAIN]&password=[PASSWORD]&myip=[IP]",
|
|
"answer": "good|nochg"
|
|
}
|
|
}
|