forked from Conan_Doyl/Wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1007 B
1007 B
id | title | sidebar_label |
---|---|---|
setrdns | API - DDOS_SetRdns | DDOS_SetRdns |
Setzt einen rDNS Eintrag für die IP Adresse
Beispiel Aufruf
POST Request
Header: Content-Type: multipart/form-data
Body:
{
"username": "<USERNAME>",
"password": "<PASSWORD>",
"resellerhash": "<HASH>",
"action": "dshreseller",
"uaction": "DDOS_SetRdns",
"ipaddr": "123.456.789.10",
"rdns": "mail.exampple.com",
"responsetype": "json"
}
Beispiel Result
{
"status": "rdns_changed"
}
Mögliche Fehlermeldungen
Fehlermeldung | Mögliche Ursache |
---|---|
function nof found! | Dieser Fehler tritt auf wenn action oder uaction nicht gesetzt sind, oder die Funktion welche hierrüber definiert worden ist, nicht gefunden wird. |
Request could not be verified. AccessHash wrong or ServiceID/IP not found. | Dieser Fehler tritt auf wenn der Hash falsch ist, oder die Service ID oder IP nicht gefunden wurde. |