Reverse DNS
Set the Reverse DNS on an IP Address
Reverse DNS URL:
POSThttps://api.hyperleaf.com/api/reverse_dns/modify
Request Fields (* required)
Name
Type
Description
ip*
string
your server or elastic IP address
hostname*
string
the hostname you would like to set it to
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