Skip to content

Commit b77c840

Browse files
authored
[Chore] Use Cloudflare instead of google for internet checks (alexjustesen#1459)
1 parent 07931ac commit b77c840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Jobs/Speedtests/ExecuteOoklaSpeedtest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function handle(): void
4646
* Check to make sure there is an internet connection first.
4747
*/
4848
try {
49-
Http::retry(3, 500)->get('https://google.com');
49+
Http::retry(3, 500)->get('1.1.1.1');
5050
} catch (\Throwable $th) {
5151
$this->result->update([
5252
'data' => [

0 commit comments

Comments
 (0)