Add GeoIP country fallback for link click analytics.
Deploy Ladill Link / deploy (push) Successful in 39s
Deploy Ladill Link / deploy (push) Successful in 39s
Resolve countries from CDN headers first, then MaxMind GeoLite2 via visitor IP, with an artisan command to download and refresh the database. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -15,3 +15,4 @@ Schedule::command('hosting:process-expired-accounts')->daily()->withoutOverlappi
|
||||
Schedule::command('hosting:notify-expiring')->daily()->withoutOverlapping();
|
||||
Schedule::command('hosting:retry-pending-fulfillment')->everyFifteenMinutes()->withoutOverlapping();
|
||||
Schedule::command('ssl:renew')->daily()->withoutOverlapping();
|
||||
Schedule::command('link:geoip-update')->weekly()->withoutOverlapping();
|
||||
|
||||
Reference in New Issue
Block a user