Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 643 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 643 Bytes

Counter-Strike 1.6 Proxy Server

This program offers basic functionality such as pointing to the desired public game server, custom hostname, map, player count and online players. The process can be called as a 'redirect', but it's more like forwarding packets back and forth between the client and the public game server using an intermediary proxy server.

The code can be customised for more games and it's not limited to the current configuration. All of the packets were acquired using Wireshark.

Basic implementation of this proxy server with Valve masterserver listing https://github.com/Rahmid93421/CS-1.6-UDP-Proxy-Forwarder-Example