kallefrombosnia / cs1-6-udp-proxy-forwarder

Counter-Strike 1.6 Proxy Server

Home Page:https://cs2hub.eu/tutorials-f15/how-to-compile-counter-strike-1-6-proxy-forwarder--t43.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Counter-Strike 1.6 Proxy Server

https://cs2hub.eu/tutorials-f15/how-to-compile-counter-strike-1-6-proxy-forwarder--t43.html


Languages

Language:C++ 100.0%