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

circle-info

Listing Reverse DNS Records

You can access your reverse DNS records from the List All IPs API

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"
}

Last updated