Added relay proxies for the rendezvous server and the client - a bit wonk-ily implemented, but 💁♀️. Basically, I added a flag in Connection which tells us if we should relay it or not, if so, we wrap it and send it to the rendezvous server instead. Server has a proxy where if it sees a relay, it just relays it down to the target.
Added relay proxies for the rendezvous server and the client - a bit wonk-ily implemented, but 💁♀️. Basically, I added a flag in
Connection
which tells us if we should relay it or not, if so, we wrap it and send it to the rendezvous server instead. Server has a proxy where if it sees a relay, it just relays it down to the target.