Skip to content

Commit

Permalink
Update nginx/domains/firmware.ffmuc.net.conf
Browse files Browse the repository at this point in the history
Co-authored-by: Grische <[email protected]>
  • Loading branch information
T0biii and grische authored Nov 3, 2024
1 parent fa3b315 commit f8b1f91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nginx/domains/firmware.ffmuc.net.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ map $firmwareVersion $targetDirectory {
# Returns on first match
"unknown" $gluon_v2019_1_x;

"~^201[0-9]\." $latest_v2022_5;
"~^202[0-1]\." $latest_v2022_5;
"~^2022\.[0-4]\." $latest_v2022_5;
"~^2022\.5\.[0-7]" $latest_v2022_5;
"~^201[0-9]\." $gluon_v2021_1_x;
"~^202[0-1]\." $gluon_v2021_1_x;
"~^2022\.[0-4]\." $gluon_v2021_1_x;
"~^2022\.5\.[0-7]" $gluon_v2021_1_x;

"~^202[2-3]\." $gluon_v2023_1_x;
"~^2024\.[0-5]\." $gluon_v2023_1_x;
Expand Down

0 comments on commit f8b1f91

Please sign in to comment.