Browse Source
ddns-scripts: add infomaniak.com provider
Signed-off-by: Damiano Renfer <x9w2n7xnu@relay.firefox.com>
lilik-openwrt-22.03
Damiano Renfer
3 years ago
No known key found for this signature in database
GPG Key ID: 71A704AC3660D059
3 changed files with
13 additions and
1 deletions
-
net/ddns-scripts/Makefile
-
net/ddns-scripts/files/usr/share/ddns/default/infomaniak.com.json
-
net/ddns-scripts/files/usr/share/ddns/list
|
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=ddns-scripts |
|
|
|
PKG_VERSION:=2.8.2 |
|
|
|
PKG_RELEASE:=14 |
|
|
|
PKG_RELEASE:=15 |
|
|
|
|
|
|
|
PKG_LICENSE:=GPL-2.0 |
|
|
|
|
|
|
|
|
|
@ -0,0 +1,11 @@ |
|
|
|
{ |
|
|
|
"name": "infomaniak.com", |
|
|
|
"ipv4": { |
|
|
|
"url": "https://[USERNAME]:[PASSWORD]@infomaniak.com/nic/update?hostname=[DOMAIN]&myip=[IP]", |
|
|
|
"answer": "good|nochg" |
|
|
|
}, |
|
|
|
"ipv6": { |
|
|
|
"url": "https://[USERNAME]:[PASSWORD]@infomaniak.com/nic/update?hostname=[DOMAIN]&myip=[IP]", |
|
|
|
"answer": "good|nochg" |
|
|
|
} |
|
|
|
} |
|
|
@ -37,6 +37,7 @@ editdns.net |
|
|
|
goip.de |
|
|
|
google.com |
|
|
|
he.net |
|
|
|
infomaniak.com |
|
|
|
inwx.de |
|
|
|
joker.com |
|
|
|
loopia.se |
|
|
|