Rev proxy teamspeak

Hi,

im trying to get my teamspeak on my rev proxy and subdomain.

ts.domain.xxx {

	proxy / https://192.168.1.13:9987/ {
		
	}

My websites work just fine, but I cant it work with my teamspeak.

Maybe its because its not UDP?
But how do I use UDP in caddy rev proxy?

I hope someone can help me.

Cheers

Hi @Stefan_Isacsson,

Teamspeak transfers voice data to clients over UDP from port 9987.

Caddy speaks HTTP(S) over TCP, usually on ports 80/443. The two are not compatible, despite being capable of working on the same port.

If your Teamspeak is running on an internal server (i.e. 192.168.1.13) and you need to run a program at the edge of your network to proxy to it, I suggest ts3proxy:


Edit: Actually, you might be able to use the (disclaimed as beta) net server type to essentially port forward via Caddy:

https://caddyserver.com/docs/net

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.