Class for DNS MX resource records.
A MX record specifies the name and relative preference of mail servers (mail exchangers in the DNS jargon) for the zone. The MX RR is used by SMTP (Mail) Agents to route mail for the domain.
Gets the exchange value.
Returns a String.
# File lib/net/dns/rr/mx.rb, line 26 def exchange @exchange end
Generated with the Darkfish Rdoc Generator 2.