proxy

  1. Thalys Marcio

    [C#] Proxy Forward

    This project implements a simple TCP proxy server that forwards data between a client and a target server. It is designed to be lightweight and efficient, using asynchronous programming to handle multiple connections simultaneously. The proxy server listens for incoming TCP connections and...
  2. mishhu

    help finding how the client connects to the game server

    I'm trying to change the host of a game to my proxy server and I can't find how the client connects to the game server. any tips?
Back