diff --git a/app/Jobs/CheckForInternetConnectionJob.php b/app/Jobs/CheckForInternetConnectionJob.php index 2498e6460..f40eb9570 100644 --- a/app/Jobs/CheckForInternetConnectionJob.php +++ b/app/Jobs/CheckForInternetConnectionJob.php @@ -82,7 +82,7 @@ public function handle(): void */ protected function httpFallbackSucceeds(): bool { - $url = config('speedtest.preflight.external_ip_url'); + $url = config('speedtest.preflight.internet_check_hostname'); try { $response = Http::retry(3, 100)