6 ms·
alternatively you could just use a dedicated local resolver
by ariadneconill 5y ago
alternatively you could just use a dedicated local resolver
- fanf2 5y agounfortunately 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
- ariadneconill 5y agoThe `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.