rustaceanrob / kyoto

An implementation of Bitcoin Improvement Proposal 157/158
https://docs.rs/kyoto-cbf
Other
39 stars 7 forks source link

Do DNS over Tor if Tor is configured #63

Open rustaceanrob opened 3 months ago

rustaceanrob commented 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.

oleonardolima commented 3 months ago

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.