Class Net::DNS::RR::PTR
In: lib/net/dns/rr/ptr.rb
Parent: RR

Pointer Record (PTR)

Class for DNS Pointer (PTR) resource records.

Pointer records are the opposite of A and AAAA RRs and are used in Reverse Map zone files to map an IP address (IPv4 or IPv6) to a host name.

Methods

ptr   ptrdname  

Public Instance methods

Getter for PTR resource

ptrdname()

Alias for ptr

[Validate]