In Pangolin v.1.8.0, on Create Resource menu, only showing for HTTPS Settings, no TCP/UDP settings, how to add TCP/UDP resource for now? I want to add my Minecraft server. Thanks!
Originally created by @cyrxs on GitHub (Aug 23, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1320
In Pangolin v.1.8.0, on Create Resource menu, only showing for HTTPS Settings, no TCP/UDP settings, how to add TCP/UDP resource for now? I want to add my Minecraft server. Thanks!
<img width="1418" height="698" alt="Image" src="https://github.com/user-attachments/assets/09da634a-baf4-48b2-a98f-ff6bd1516fb6" />
Got it, add allow_raw_resources flags in config/config.yml
flags:
allow_raw_resources: true
But in docs, this setting is default to true, maybe it should false in docs
<!-- gh-comment-id:3216225056 -->
@cyrxs commented on GitHub (Aug 23, 2025):
Got it, add **allow_raw_resources** flags in **config/config.yml**
```
flags:
allow_raw_resources: true
```
But in docs, this setting is default to true, maybe it should false in docs
<img width="605" height="198" alt="Image" src="https://github.com/user-attachments/assets/b9bca228-59f8-4e56-9e9e-1d38b1e85a37" />
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 @cyrxs on GitHub (Aug 23, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1320
In Pangolin v.1.8.0, on Create Resource menu, only showing for HTTPS Settings, no TCP/UDP settings, how to add TCP/UDP resource for now? I want to add my Minecraft server. Thanks!
@cyrxs commented on GitHub (Aug 23, 2025):
Got it, add allow_raw_resources flags in config/config.yml
But in docs, this setting is default to true, maybe it should false in docs