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).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/710
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.
<!-- gh-comment-id:2872645860 -->
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @V3rtrex on GitHub (May 12, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/710
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.