adddnsptrrec

Use this method to creates a pointer (PTR) record for the specified reverse domain name.

Syntax



Parameters

reversedomain

Reversed domain name representation of the IPv4 or IPv6 address for which to create the PTR record. Use the "in-addr.arpa." suffix for IPv4 addresses and the "ip6.arpa." suffix for IPv6 addresses.
This is mandatory parameter.

domain

Domain name for which to configure reverse mapping.
This is mandatory parameter.

ttl

Time to Live (TTL), in seconds, for the record. TTL is the time for which the record must be cached by DNS proxies. The specified TTL is applied to all the resource records that are of the same record type and belong to the specified domain name. For example, if you add an address record, with a TTL of 36000, to the domain name example.com, the TTLs of all the address records of example.com are changed to 36000. If the TTL is not specified, the Citrix ADC uses either the DNS zone's minimum TTL or, if the SOA record is not available on the appliance, the default value of 3600.
Default value = 3600.
Maximum value = 2147483647.

Return Value

Returns simpleResult

See Also