Just a test balloon.
- I'm using MX_ instead of "Mx" (temporarily) so I don't confuse the two different Mx's.
- This doesn't compile:
# codeberg.org/miekg/dns
./zclone.go:86:3: cannot use rr.Preference (variable of type uint16) as MX_ value in struct literal
./zclone.go:87:3: too many values in struct literal of type MX
Just a test balloon.
1. I'm using MX_ instead of "Mx" (temporarily) so I don't confuse the two different Mx's.
2. This doesn't compile:
```
# codeberg.org/miekg/dns
./zclone.go:86:3: cannot use rr.Preference (variable of type uint16) as MX_ value in struct literal
./zclone.go:87:3: too many values in struct literal of type MX
```