mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-12 19:24:03 -05:00
[GH-ISSUE #492] Option for non-HTTP resources not showing in the "Create Resource" dialog #3420
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 @Viduct on GitHub (Apr 8, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/492
Hello,
I was able to set up the Pangolin stack and everything (including my services) seems to work just fine, but for some reason I am only able to create HTTP resources:
I already went step-by-step through your documentation (https://docs.fossorial.io/Pangolin/tcp-udp). Is there anything else I needed to enable raw UDP/TCP resources?
Versions:
Pangolin: 1.2.0
Gerbil: 1.0.0
Traefik: 3.3.5
Badger: 1.1.0
Newt: 1.1.3
@oschwartz10612 commented on GitHub (Apr 9, 2025):
Make sure you have
allow_raw_resourcesset totruein yourconfig.yml.@Viduct commented on GitHub (Apr 9, 2025):
Ah, that's it. Thanks!
A note about this config property in the documentation would be helpful (https://docs.fossorial.io/Pangolin/tcp-udp)