top | item 46719990

(no title)

ameshkov | 1 month ago

Actually, no, we don't resolve them. We scan the incoming ClientHello before making a decision on where to route the connections. If the connection should be bypassed we make a connection by ourselves and proxy traffic. Implementing it that way requires having a TCP stack right in the client.

discuss

order

eptcyka|1 month ago

Unfortunately, I am no stranger to embedding a whole userspace networking stack into a VPN client either.