Found "proxy support" for teamspeak?

ehthe

Retired Staff
Contributor
Apr 26, 2015
1,028
896
216
Seems to be some kind of TCP proxy. But teamspeak is UDP only (exept file transfer).
"""Made to forward incoming UDP packets from a specific host to another host/port"""
In the end I don't know wtf it is x)
 
Last edited:

ehthe

Retired Staff
Contributor
Apr 26, 2015
1,028
896
216
You should be able to use this : https://github.com/EtiennePerot/misc-scripts/blob/master/udp-relay.py
Just configure it (host and port of the teamspeak server you want to connect to) and install it on a server. That will be your proxy.
Then just connect to it from teamspeak.
Only problem is : It's not secure, anyone can send packets and they will be redirected to the teamspeak server you wanted to connect to.
So i suggest adding a host check on the listening connection.

EDIT: Just tested it, it works alright :)
example :
Code:
python ./udp-relay.py 9987:194.97.114.2:9987
(voice.teamspeak.com)
 
Last edited:

theshark556

Member
Sep 9, 2016
7
1
35
is there a way of encrypting this if not i will add it but just if there is already a way ;)

i know i would need another script on the base machine(my pc) and would need to decrypt blah blah blah :p

Done XD, Extremely horrible code :p but IT SHOULD WORK testing rn xD :)
and should work with python 2 and 3(I THINK :eek:)

Sorry Guys but can't get it to work rn, ill upload it then ill get some help ;P

Here: https://github.com/Villagedeal/UDPRelayEncrypted/tree/master
 
Last edited by a moderator:
Top