[PR #2097] [MERGED] Option to disable icmp packets over private resources #2857

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

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2097
Author: @oschwartz10612
Created: 12/16/2025
Status: Merged
Merged: 12/16/2025
Merged by: @oschwartz10612

Base: devHead: icmp3


📝 Commits (1)

  • 49de201 Disable icmp packets over private resources

📊 Changes

10 files changed (+98 additions, -16 deletions)

View changed files

📝 server/db/pg/schema/schema.ts (+2 -1)
📝 server/db/sqlite/schema/schema.ts (+2 -1)
📝 server/lib/ip.ts (+8 -3)
📝 server/routers/siteResource/createSiteResource.ts (+6 -3)
📝 server/routers/siteResource/listAllSiteResourcesByOrg.ts (+1 -0)
📝 server/routers/siteResource/updateSiteResource.ts (+12 -5)
📝 src/app/[orgId]/settings/resources/client/page.tsx (+2 -1)
📝 src/components/ClientResourcesTable.tsx (+1 -0)
📝 src/components/CreateInternalResourceDialog.tsx (+31 -1)
📝 src/components/EditInternalResourceDialog.tsx (+33 -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

Option to disable icmp packets over 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/2097 **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:** `icmp3` --- ### 📝 Commits (1) - [`49de201`](https://github.com/fosrl/pangolin/commit/49de201e933060d338ab3945640dfccf5bbe65be) Disable icmp packets over private resources ### 📊 Changes **10 files changed** (+98 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `server/db/pg/schema/schema.ts` (+2 -1) 📝 `server/db/sqlite/schema/schema.ts` (+2 -1) 📝 `server/lib/ip.ts` (+8 -3) 📝 `server/routers/siteResource/createSiteResource.ts` (+6 -3) 📝 `server/routers/siteResource/listAllSiteResourcesByOrg.ts` (+1 -0) 📝 `server/routers/siteResource/updateSiteResource.ts` (+12 -5) 📝 `src/app/[orgId]/settings/resources/client/page.tsx` (+2 -1) 📝 `src/components/ClientResourcesTable.tsx` (+1 -0) 📝 `src/components/CreateInternalResourceDialog.tsx` (+31 -1) 📝 `src/components/EditInternalResourceDialog.tsx` (+33 -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 Option to disable icmp packets over 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:58 -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#2857