Combine GeoBlock Rules #207

Closed
opened 2026-04-05 17:02:32 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Nemental on 2/24/2026

Describe the Bug

If I define the following rules in a resource, I want to either combine multiple rules together or add another action - something like 'Pass to next Rule'.
Image

Environment

  • OS Type & Version: Docker
  • Pangolin Version: 1.15.4
  • Gerbil Version: 1.3.0
  • Traefik Version: 3.6.9
  • Newt Version: 1.10.0
  • Olm Version: /

To Reproduce

Define the rules like in the picture above and connect from any country except Germany. The connection is not blocked, because the previous rule already bypassed the request.

Expected Behavior

The official documentation (https://docs.pangolin.net/manage/geoblocking#common-geo-blocking-patterns) mentions "combining" rules multiple times, as I described above.
I want to access the resource from Germany, but with /admin/* redirected to auth and /* bypassed. All other countries should be blocked for every access.

*Originally created by @Nemental on 2/24/2026* ### Describe the Bug If I define the following rules in a resource, I want to either combine multiple rules together or add another action - something like 'Pass to next Rule'. <img width="2020" height="582" alt="Image" src="https://github.com/user-attachments/assets/31fbed21-6126-41b0-9acb-57f9327b200d" /> ### Environment - OS Type & Version: Docker - Pangolin Version: 1.15.4 - Gerbil Version: 1.3.0 - Traefik Version: 3.6.9 - Newt Version: 1.10.0 - Olm Version: / ### To Reproduce Define the rules like in the picture above and connect from any country except Germany. The connection is not blocked, because the previous rule already bypassed the request. ### Expected Behavior The official documentation (https://docs.pangolin.net/manage/geoblocking#common-geo-blocking-patterns) mentions "combining" rules multiple times, as I described above. I want to access the resource from Germany, but with `/admin/*` redirected to auth and `/*` bypassed. All other countries should be blocked for every access.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#207