Skip to content

[DEPRECATED] Source Engine A2S UDP proxy. Used to allow UDP packets to be proxied by a master server and forwarding the correct response.

License

Notifications You must be signed in to change notification settings

HugoJF/udp-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This repo is used to forward A2S packets from a white listed Source Engine server to it's target server, listen for response and send it back to requester.

Usage: node udp-proxy.js <listening_ip> <target_ip> <target_port>

Motivation: I created this to allow external services (GameTracker, Game-State, etc) to access my CS:GO Server A2S responses since my current server provider blocks any incoming/outcoming connections that are not whitelisted. Since I can only have access to a limited amount of white-listed IPs, I added my Vultr server to this list, and with this script I pipe any request for A2S Packets with my Vultr server.

About

[DEPRECATED] Source Engine A2S UDP proxy. Used to allow UDP packets to be proxied by a master server and forwarding the correct response.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published