tfpauly / draft-pauly-adaptive-dns-privacy

Adaptive DNS Privacy
Other
8 stars 9 forks source link

Clarify client<->proxy and proxy<->target connection persistence #80

Open chris-wood opened 4 years ago

skepticfx commented 3 years ago

This sounds related to the proxy connection management(to prevent tracking), that we were discussing earlier. Maybe we could allow persistent connections on either side? The proxy can be clever and maintain N connections to a given target. Upon a DNS query from the same client going to the same oDoH target, the proxy could choose one connection randomly from the N connections to the given target.

Or maybe this is very implementation specific?