Mail Exchanger resource.
The host of this MX.
MX
The preference for this MX.
Creates a new MX record with preference, accepting mail at exchange.
preference
exchange
Source: show | on GitHub
# File ruby/lib/resolv.rb, line 2389 def initialize(preference, exchange) @preference = preference @exchange = exchange end