@npub1dl7j...976j I am using dnsv2 to develop a "mock" DNS server for my unit tests.
I noticed that when specifying Server.Listener or Server.PacketConn, you also need to specify Server.Net or you end up with a "bad network" error when calling ListenAndServe.
Specifying the Net property seems redundant when the PacketConn/Listener properties are specified.
Am I missing something explaining this design decision?
Your library is a blast and I cannot thank you enough 🙏
