项目作者: HugoJF

项目描述 :
[DEPRECATED] Source Engine A2S UDP proxy. Used to allow UDP packets to be proxied by a master server and forwarding the correct response.
高级语言: JavaScript
项目地址: git://github.com/HugoJF/udp-proxy.git
创建时间: 2018-06-19T02:30:42Z
项目社区:https://github.com/HugoJF/udp-proxy

开源协议:GNU General Public License v3.0

下载


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

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.