mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-23 01:52:57 -05:00
[PR #2097] [MERGED] Option to disable icmp packets over private resources #2857
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?
📋 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:
dev← Head:icmp3📝 Commits (1)
49de201Disable 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.