Reverse DNS
Set the Reverse DNS on an IP Address
Reverse DNS URL:
Request Fields (* required)
Name
Type
Description
Post Example
curl https://api.hyperleaf.com/api/reverse_dns/modify?key=mykey \
-d 'ip=4.3.6.5' \
-d 'hostname=mail1.myhost.com'Response Examples
{
"status": "ok",
"message":"Added Record"
}{
"status": "error",
"error": "invalid ip",
"verbose": ""
}
Additional errors:
- invalid hostLast updated