oxen-io / lokinet

Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
https://lokinet.org/
GNU General Public License v3.0
1.72k stars 220 forks source link

enable local/upstream tcp queries for dns #2092

Open majestrate opened 1 year ago

majestrate commented 1 year ago

dnssec and anything with large enough RR require using tcp for queries.

we only do udp right now for dns so adding tcp version of llarp::dns::PacketSouce_base and enabling tcp in libunbound resolver needs to be put in.