Skip to content

Rahmid93421/cs1-6-udp-proxy-forwarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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