fix blueprint country issue - fix #1705 #728

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

Originally created by @Lokowitz on 10/23/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

The rules section in resources is handling geoblocking as match type geoip and not as country.

Do you want to stay with geoip or switch completely to country?
Will also update the docs accordingly.

Staying with geoip will cause a rewrite of all users blueprints and since you are selecting a country will maybe cause some confusions.
A rewrite of the rules section and a database migration from geoip to country would be more user friendly.

Fixes https://github.com/fosrl/pangolin/issues/1705#issuecomment-3429812564

*Originally created by @Lokowitz on 10/23/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 The rules section in resources is handling geoblocking as match type `geoip` and not as `country`. Do you want to stay with `geoip` or switch completely to `country`? Will also update the docs accordingly. Staying with geoip will cause a rewrite of all users blueprints and since you are selecting a country will maybe cause some confusions. A rewrite of the rules section and a database migration from geoip to country would be more user friendly. Fixes https://github.com/fosrl/pangolin/issues/1705#issuecomment-3429812564
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#728