Using example query in dig 9.1+ ``` dig @localhost -p 5300 example.com +subnet=208.67.222.0/24 ``` Wondering if there is a way to do this without passing the datagram into something like [dns-packet](https://github.com/mafintosh/dns-packet#opt) Very cool and thanks!