Parent

Methods

Net::DNS::RR::PTR

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.

Public Instance Methods

ptr() click to toggle source

Getter for PTR resource

# File lib/net/dns/rr/ptr.rb, line 17
def ptr
  @ptrdname.to_s
end
Also aliased as: ptrdname
ptrdname() click to toggle source
Alias for: ptr

[Validate]

Generated with the Darkfish Rdoc Generator 2.