yyfrankyy/h2dns

res.recursion_available = false

Closed this issue · 0 comments

google sets it "RA": true, // Always true for Google Public DNS
But dnsd false overwrites
https://github.com/yyfrankyy/dns-over-http2/edit/master/dnsd/convenient.js#l42
can be configured with
https://github.com/yyfrankyy/dns-over-http2/edit/master/dnsd/README.md#l244
i get typeerror .defaults is not a function :-(
please can set somehow dnsd.defaults({convenient: false})
changing https://github.com/yyfrankyy/dns-over-http2/edit/master/dnsd/convenient.js#l42 To true also works..