mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 12:55:03 -05:00
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/2843
Author: @Blacks-Army
Created: 4/12/2026
Status: 🔄 Open
Base:
dev← Head:dev📝 Commits (1)
8e1905aExclude local/private/CGNAT IPs from COUNTRY=ALL and ASN=ALL/AS0 geo-blocking rules📊 Changes
1 file changed (+50 additions, -7 deletions)
View changed files
📝
server/routers/badger/verifySession.ts(+50 -7)📄 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
Fixes issue #2239
Disclaimer:
This is my first contribution to Pangolin, so please bear with me 😅
This PR updates geo wildcard rule behavior for non-public source IPs.
COUNTRY=ALLwith actionBLOCK: local/private/CGNAT IPs are skippedASN=ALL/ASN=AS0with actionBLOCK: local/private/CGNAT IPs are skippedCIDR/IPrules are unchangedWhy this makes sense:
0.0.0.0/0(IPv4)::/0(IPv6)How to test?
COUNTRY=ALLorASN=ALL, actionBLOCK, send request from192.168.1.10--> not blocked by this rule.CIDR=192.168.0.0/16, actionBLOCK--> IP is blocked.CIDR=0.0.0.0/0(or::/0for IPv6), actionBLOCK-> IP is also blocked.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.