Open Issues Need Help
View All on GitHub Feature Request: Add an IGeoIPDatabaseProvider for IPinfo country database about 2 months ago
AI Summary: The task is to implement a new `IGeoIPDatabaseProvider` for the YARP firewall extension to utilize the IPinfo Lite database. This involves downloading the database (using a provided access token), parsing its data, and integrating it into the existing GeoIP lookup functionality. The implementation should handle different database formats (CSV, MMDB, etc.) and ideally allow configuration via the existing `IFirewallConfigurationExtensionProvider` mechanism.
Complexity:
3/5
enhancement good first issue