By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Restrict ports for UDP and TCP for private resources
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/fosrl/pangolin/pull/2087
**Author:** [@oschwartz10612](https://github.com/oschwartz10612)
**Created:** 12/16/2025
**Status:** ✅ Merged
**Merged:** 12/16/2025
**Merged by:** [@oschwartz10612](https://github.com/oschwartz10612)
**Base:** `dev` ← **Head:** `port-firewall`
---
### 📝 Commits (4)
- [`55ad1ec`](https://github.com/fosrl/pangolin/commit/55ad1ec7fa906b76d7744d653c2a65432f3be69c) Add UI, update API, send to newt
- [`eeb9669`](https://github.com/fosrl/pangolin/commit/eeb9669715c4b53ba48e379707cc16961a32c0eb) Small visual adjustments
- [`437162d`](https://github.com/fosrl/pangolin/commit/437162d976c4a89d9626454d4382b66fe08ead07) Batch and delay for large amounts of targets
- [`fb01af1`](https://github.com/fosrl/pangolin/commit/fb01af135d602a6854412ade971e470947c2ed18) Make sure to push changes
### 📊 Changes
**13 files changed** (+742 additions, -49 deletions)
<details>
<summary>View changed files</summary>
📝 `messages/en-US.json` (+8 -1)
📝 `server/db/pg/schema/schema.ts` (+3 -1)
📝 `server/db/sqlite/schema/schema.ts` (+3 -1)
📝 `server/lib/ip.ts` (+126 -10)
📝 `server/routers/client/targets.ts` (+53 -14)
📝 `server/routers/siteResource/createSiteResource.ts` (+10 -4)
📝 `server/routers/siteResource/listAllSiteResourcesByOrg.ts` (+2 -0)
📝 `server/routers/siteResource/updateSiteResource.ts` (+17 -6)
📝 `src/app/[orgId]/settings/resources/client/page.tsx` (+3 -1)
📝 `src/components/ClientResourcesTable.tsx` (+2 -0)
📝 `src/components/CreateInternalResourceDialog.tsx` (+238 -2)
📝 `src/components/EditInternalResourceDialog.tsx` (+276 -8)
📝 `src/components/tags/autocomplete.tsx` (+1 -1)
</details>
### 📄 Description
## Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
## Description
Restrict ports for UDP and TCP for private resources
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/2087
Author: @oschwartz10612
Created: 12/16/2025
Status: ✅ Merged
Merged: 12/16/2025
Merged by: @oschwartz10612
Base:
dev← Head:port-firewall📝 Commits (4)
55ad1ecAdd UI, update API, send to newteeb9669Small visual adjustments437162dBatch and delay for large amounts of targetsfb01af1Make sure to push changes📊 Changes
13 files changed (+742 additions, -49 deletions)
View changed files
📝
messages/en-US.json(+8 -1)📝
server/db/pg/schema/schema.ts(+3 -1)📝
server/db/sqlite/schema/schema.ts(+3 -1)📝
server/lib/ip.ts(+126 -10)📝
server/routers/client/targets.ts(+53 -14)📝
server/routers/siteResource/createSiteResource.ts(+10 -4)📝
server/routers/siteResource/listAllSiteResourcesByOrg.ts(+2 -0)📝
server/routers/siteResource/updateSiteResource.ts(+17 -6)📝
src/app/[orgId]/settings/resources/client/page.tsx(+3 -1)📝
src/components/ClientResourcesTable.tsx(+2 -0)📝
src/components/CreateInternalResourceDialog.tsx(+238 -2)📝
src/components/EditInternalResourceDialog.tsx(+276 -8)📝
src/components/tags/autocomplete.tsx(+1 -1)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Restrict ports for UDP and TCP for private resources
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.