Hacker News new | ask | show | jobs
by ariadneconill 1757 days ago
alternatively you could just use a dedicated local resolver
1 comments

unfortunately that will not solve the problem: DNS RRsets cannot be split up, so if the answer is too big for UDP, it will still be too big when requested via a local resolver
The `dnsfunnel` resolver has been added to Alpine to solve that issue. Additionally, musl will gain TCP support for situations like DANE where individual records may be very large.