doggo/pkg
Karan Sharma ea7cb3c6cd fix: fallback to tcp if response is truncated
Based on a report `doggo txt google.com  @udp://1.1.1.1` failed.
This record had 704 bytes as the message length however the response
gets truncated if it exceeds 512 bytes with UDP.

`dig` transparently fallbacks to `tcp`, so this commit adds the same
mechanism.
2022-06-02 14:59:27 +05:30
..
config feat: Handle nameserver parsing on Windows 2021-01-20 15:32:15 +05:30
models feat: add tls config for dot lookups 2022-05-18 09:56:07 +05:30
resolvers fix: fallback to tcp if response is truncated 2022-06-02 14:59:27 +05:30
utils feat: refactor resolver in separate package 2021-03-02 18:59:55 +05:30