ddns-scripts: Add simply.com provider
Signed-off-by: Tom Sommer <tomsommer@users.noreply.github.com>
This commit is contained in:
parent
ad0ac5198d
commit
28c1db8997
2 changed files with 12 additions and 0 deletions
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
|
@ -57,6 +57,7 @@ ovh.com
|
||||||
regfish.de
|
regfish.de
|
||||||
schokokeks.org
|
schokokeks.org
|
||||||
selfhost.de
|
selfhost.de
|
||||||
|
simply.com
|
||||||
sitelutions.com
|
sitelutions.com
|
||||||
spdyn.de
|
spdyn.de
|
||||||
strato.com
|
strato.com
|
||||||
|
|
Loading…
Reference in a new issue