Skip to content

Commit

Permalink
Merge pull request #16792 from damianorenfer/master
Browse files Browse the repository at this point in the history
ddns-scripts: add infomaniak.com provider
  • Loading branch information
feckert authored Oct 5, 2021
2 parents 2661d61 + 93b694a commit da42cf7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion net/ddns-scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
11 changes: 11 additions & 0 deletions net/ddns-scripts/files/usr/share/ddns/default/infomaniak.com.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
1 change: 1 addition & 0 deletions net/ddns-scripts/files/usr/share/ddns/list
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ editdns.net
goip.de
google.com
he.net
infomaniak.com
inwx.de
joker.com
loopia.se
Expand Down

0 comments on commit da42cf7

Please sign in to comment.