Mail Exchanger resource.
The host of this 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 1870 def initialize(preference, exchange) @preference = preference @exchange = exchange end