mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-17 23:25:36 -05:00
Wildcard resource entry #221
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 @jagub2 on GitHub (Apr 7, 2025).
Howdy,
Recently my ISP decided to switch all users worldwide to CGNAT, so I lost my public IP. I switched to Cloudflare Tunnels, and it works fine, but as a homelabber I prefer to do things myself.
Some time later I read a post on Hacker News that mentioned Pangolin, and I thought that was better as it can forward TCP/UDP ports better than Cloudflare (I host a Minecraft server, so that's an example of a custom TCP port - I also liked a part of your documentation that mentioned this particular example).
I also had a VPS and tried Pangolin, and I have to say I liked it - it works well, but I do have one concern. In Cloudflare Tunnels, I was able to define a wildcard tunnel that forwards the data to my local Traefik instance, which does all the domain resolutions to the correct services.
I read the documentation of Pangolin and did not find any information about wildcard resources, nor could I configure them in the Pangolin panel.
So is it possible to set up a wildcard resource that redirects to a Traefik instance in my Homelab? That would be easier to set up than listing each service in Pangolin, and I could set up custom authentication for all services at once.
Thanks in advance.