Question about Raw TCP/UDP Resources #332

Closed
opened 2025-11-13 11:57:10 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @V3rtrex on GitHub (May 12, 2025).

Hello,
I've setup Pangoln and everything runs fine without any issues, but i have a question about TCP/UDP Resources, when a TCP Resource is created is it possible to link a domain to that specific resource or can it only be the one that is linked to the dashboard domain, so that "pangolin.domain.com" is for the dashboard and for an example "mc.domain.com" is for the tcp resouce for minecraft.

Originally created by @V3rtrex on GitHub (May 12, 2025). Hello, I've setup Pangoln and everything runs fine without any issues, but i have a question about TCP/UDP Resources, when a TCP Resource is created is it possible to link a domain to that specific resource or can it only be the one that is linked to the dashboard domain, so that "pangolin.domain.com" is for the dashboard and for an example "mc.domain.com" is for the tcp resouce for minecraft.
Author
Owner

@oschwartz10612 commented on GitHub (May 12, 2025):

Glad you like Pangolin!

You can point any domain to the VPS instance and use it. Because it is TCP and not HTTP there is no host header to match on so routing is done to the back end service based on the port you expose and not based on the domain of the request.

@oschwartz10612 commented on GitHub (May 12, 2025): Glad you like Pangolin! You can point any domain to the VPS instance and use it. Because it is TCP and not HTTP there is no host header to match on so routing is done to the back end service based on the port you expose and not based on the domain of the request.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#332