[PR #2087] [MERGED] Port firewalling for Private Resources #2855

Closed
opened 2026-04-16 09:38:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: port-firewall


📝 Commits (4)

  • 55ad1ec Add UI, update API, send to newt
  • eeb9669 Small visual adjustments
  • 437162d Batch and delay for large amounts of targets
  • fb01af1 Make 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.

## 📋 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>
GiteaMirror added the pull-request label 2026-04-16 09:38:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#2855