Add a basic internal tracker to update the geo database every N days. Updating once a month is likely more than enough to keep up to date.
This was previously accomplished by running gbans refresh location, which will remain a supported option, however having this built in will remove the dependency on tools like cron which can add extra layers of complexity, especially when running under containers.
Add a basic internal tracker to update the geo database every N days. Updating once a month is likely more than enough to keep up to date.
This was previously accomplished by running
gbans refresh location, which will remain a supported option, however having this built in will remove the dependency on tools like cron which can add extra layers of complexity, especially when running under containers.