Skip to content

Commit c0bf085

Browse files
authored
Release v1.6.1 (#2244)
Co-authored-by: Alex Justesen <[email protected]>
1 parent 3a525dc commit c0bf085

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

config/speedtest.php

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,21 @@
33
use Carbon\Carbon;
44

55
return [
6-
7-
'build_date' => Carbon::parse('2025-05-19'),
8-
9-
'build_version' => 'v1.6.0',
10-
116
/**
127
* General settings.
138
*/
14-
'allowed_ips' => env('ALLOWED_IPS'),
9+
10+
'build_date' => Carbon::parse('2025-06-12'),
11+
12+
'build_version' => 'v1.6.1',
1513

1614
'content_width' => env('CONTENT_WIDTH', '7xl'),
1715

1816
'prune_results_older_than' => (int) env('PRUNE_RESULTS_OLDER_THAN', 0),
1917

2018
'public_dashboard' => env('PUBLIC_DASHBOARD', false),
2119

20+
2221
/**
2322
* Speedtest settings.
2423
*/
@@ -32,11 +31,16 @@
3231

3332
'checkinternet_url' => env('SPEEDTEST_CHECKINTERNET_URL', 'https://icanhazip.com'),
3433

34+
3535
/**
3636
* IP filtering settings.
3737
*/
38+
39+
'allowed_ips' => env('ALLOWED_IPS'),
40+
3841
'skip_ips' => env('SPEEDTEST_SKIP_IPS', ''),
3942

43+
4044
/**
4145
* Threshold settings.
4246
*/

0 commit comments

Comments
 (0)