mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:30:09 +00:00
Release v1.6.1 (#2244)
Co-authored-by: Alex Justesen <1144087+alexjustesen@users.noreply.github.com>
This commit is contained in:
+10
-6
@@ -3,15 +3,13 @@
|
||||
use Carbon\Carbon;
|
||||
|
||||
return [
|
||||
|
||||
'build_date' => Carbon::parse('2025-05-19'),
|
||||
|
||||
'build_version' => 'v1.6.0',
|
||||
|
||||
/**
|
||||
* General settings.
|
||||
*/
|
||||
'allowed_ips' => env('ALLOWED_IPS'),
|
||||
|
||||
'build_date' => Carbon::parse('2025-06-12'),
|
||||
|
||||
'build_version' => 'v1.6.1',
|
||||
|
||||
'content_width' => env('CONTENT_WIDTH', '7xl'),
|
||||
|
||||
@@ -19,6 +17,7 @@ return [
|
||||
|
||||
'public_dashboard' => env('PUBLIC_DASHBOARD', false),
|
||||
|
||||
|
||||
/**
|
||||
* Speedtest settings.
|
||||
*/
|
||||
@@ -32,11 +31,16 @@ return [
|
||||
|
||||
'checkinternet_url' => env('SPEEDTEST_CHECKINTERNET_URL', 'https://icanhazip.com'),
|
||||
|
||||
|
||||
/**
|
||||
* IP filtering settings.
|
||||
*/
|
||||
|
||||
'allowed_ips' => env('ALLOWED_IPS'),
|
||||
|
||||
'skip_ips' => env('SPEEDTEST_SKIP_IPS', ''),
|
||||
|
||||
|
||||
/**
|
||||
* Threshold settings.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user