mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-15 21:31:24 -05:00
Question about Raw TCP/UDP Resources #332
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.