func parseNSType(rr dns.RR) string {
    var value string
    if t, ok := rr.(*dns.NS); ok {
        name := RemoveLastDot(t.Ns)