mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
ddns-scripts: Add v2 API for mythic-beasts.com provider
Use USERNAME as the key, PASSWORD as the secret. Signed-off-by: Jim Hague <jim.hague@acm.org>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "mythic-beasts.com (API v2)",
|
||||
"ipv4": {
|
||||
"url": "https://[USERNAME]:[PASSWORD]@ipv4.api.mythic-beasts.com/dns/v2/dynamic/[DOMAIN]"
|
||||
},
|
||||
"ipv6": {
|
||||
"url": "https://[USERNAME]:[PASSWORD]@ipv6.api.mythic-beasts.com/dns/v2/dynamic/[DOMAIN]"
|
||||
}
|
||||
}
|
||||
@@ -41,6 +41,7 @@ moniker.com
|
||||
mydns.jp
|
||||
myonlineportal.net
|
||||
mythic-beasts.com
|
||||
mythic-beasts.com-v2
|
||||
namecheap.com
|
||||
njal.la
|
||||
no-ip.pl
|
||||
|
||||
Reference in New Issue
Block a user