>> In Calvin's sdohd, it's curl doing all of the TCP+TLS+HTTPS heavy >> lifting. The UDP socket accepts actual DNS requests from the local >> machine and mangles them into DoH.
I am now thinking we might be able to work this thing entirely as a script. socat provides a forking solution for incoming requests, now all i need to do is write the script. Calvin