תוסף לחסימת גאוגרפיה

Hello everyone, I have a new requirement.
I now want to allow access only from specific countries while blocking access from the vast majority of others. Would this require adding a configuration similar to geo_blocking_country_region_allowlist? When this configuration is present, the system should check whether the user is within the specified range; if so, grant access, otherwise block.
When both geo_blocking_country_region_blocklist and geo_blocking_country_region_allowlist are configured, only geo_blocking_country_region_allowlist should be evaluated. If it is not configured, then geo_blocking_country_region_blocklist should be evaluated.