Fetch DNS over HTTPS
npm install fdoh


The point of this utility is to be able to utilize fetch with your DNS queries running over HTTPS from Cloudflare 1.1.1.1 or Google DNS over HTTPS.
``js``
npm install --save fdoh
* Returns {Optional Object or Function-Object}
+ if responseWithConfig is not passed, Fetch or Node-Fetch is returned
+ if responseWithConfig is set to true, an object is returned
+ Object
+ uri {String}
+ headers {Object}