func parseMXType(rr dns.RR) string {
    var value string
    if t, ok := rr.(*dns.MX); ok {
        name := RemoveLastDot(t.Mx)