Open rustaceanrob opened 3 months ago
Would require a match on a ConnectionType in the dns.rs module to decide if we do DNS over UDP or over a Tor circuit.
match
ConnectionType
dns.rs
I haven't used the DNS resolution through arti-client yet, so I'm still unsure about any tradeoffs. I'll take a look at it during the next few days.
Would require a
match
on aConnectionType
in thedns.rs
module to decide if we do DNS over UDP or over a Tor circuit.