Merge pull request #20621 from banburybill/ddns-mythic-v2
ddns-scripts: Add v2 API for mythic-beasts.com provider
This commit is contained in:
commit
ddb16c7d93
3 changed files with 11 additions and 1 deletions
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ddns-scripts
|
PKG_NAME:=ddns-scripts
|
||||||
PKG_VERSION:=2.8.2
|
PKG_VERSION:=2.8.2
|
||||||
PKG_RELEASE:=36
|
PKG_RELEASE:=37
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
|
|
||||||
|
|
|
@ -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
|
mydns.jp
|
||||||
myonlineportal.net
|
myonlineportal.net
|
||||||
mythic-beasts.com
|
mythic-beasts.com
|
||||||
|
mythic-beasts.com-v2
|
||||||
namecheap.com
|
namecheap.com
|
||||||
njal.la
|
njal.la
|
||||||
no-ip.pl
|
no-ip.pl
|
||||||
|
|
Loading…
Reference in a new issue