Rules #1794

Closed
opened 2026-04-05 19:41:58 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @oschwartz10612 on 2/11/2025

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

Rules allow you to control access to your resource based on a set of criteria. You can create rules to allow or deny access based on IP address or URL path. Deny rules take precedence over allow rules. If a request matches both an allow and a deny rule, the deny rule will be applied.
Actions

Always Allow: Bypass all authentication methods

Always Deny: Block all requests; no authentication can be attempted

Matching Criteria

Match a specific IP address
Match a range of IP addresses in CIDR notation
Match a URL path or pattern

Closes #141
Closes #143

*Originally created by @oschwartz10612 on 2/11/2025* ## 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 Rules allow you to control access to your resource based on a set of criteria. You can create rules to allow or deny access based on IP address or URL path. Deny rules take precedence over allow rules. If a request matches both an allow and a deny rule, the deny rule will be applied. Actions Always Allow: Bypass all authentication methods Always Deny: Block all requests; no authentication can be attempted Matching Criteria Match a specific IP address Match a range of IP addresses in CIDR notation Match a URL path or pattern Closes #141 Closes #143
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1794