ddns-scripts: Add simply.com provider
authorTom Sommer <redacted>
Sat, 23 Jul 2022 17:33:26 +0000 (19:33 +0200)
committerts <redacted>
Mon, 25 Jul 2022 07:03:11 +0000 (09:03 +0200)
Signed-off-by: Tom Sommer <redacted>
net/ddns-scripts/files/usr/share/ddns/default/simply.com.json [new file with mode: 0644]
net/ddns-scripts/files/usr/share/ddns/list

diff --git a/net/ddns-scripts/files/usr/share/ddns/default/simply.com.json b/net/ddns-scripts/files/usr/share/ddns/default/simply.com.json
new file mode 100644 (file)
index 0000000..5ab9c8d
--- /dev/null
@@ -0,0 +1,11 @@
+{
+       "name": "simply.com",
+       "ipv4": {
+               "url": "https://[USERNAME]:[PASSWORD]@api.simply.com/2/ddns/?hostname=[DOMAIN]&myip=[IP]",
+               "answer": "good|nochg"
+       },
+       "ipv6": {
+               "url": "https://[USERNAME]:[PASSWORD]@api.simply.com/2/ddns/?hostname=[DOMAIN]&myip=[IP]",
+               "answer": "good|nochg"
+       }
+}
index 041f55dbb706ecc6baca4b19559fe773b3076659..708f3b1945b3af07ebf0bc75f1df4426901a29ab 100644 (file)
@@ -57,6 +57,7 @@ ovh.com
 regfish.de
 schokokeks.org
 selfhost.de
+simply.com
 sitelutions.com
 spdyn.de
 strato.com
git clone https://git.99rst.org/PROJECT