Skip to content

Commit

Permalink
feat: introduce ESET 18 support
Browse files Browse the repository at this point in the history
  • Loading branch information
marat2509 committed Oct 30, 2024
1 parent a9834de commit c5a98f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,12 @@ server {
# v15 => v15
rewrite ^(.*) /eset_upd/$ver/dll/update.ver break;
}
if ($ver ~ "^v1[6-7]$") {
# Versions: v16 -> v17
if ($ver ~ "^v1[6-8]$") {
# Versions: v16 -> v18
# Rewrite logic:
# v16 => v16
# v17 => v16
# v18 => v18
rewrite ^(.*) /eset_upd/v16/dll/update.ver break;
}
}
Expand Down
2 changes: 1 addition & 1 deletion worker/core/inc/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
'v16' => [
'file' => 'eset_upd/v16/update.ver',
'dll' => 'eset_upd/v16/dll/update.ver',
'name' => 'ESET NOD32 16-17'
'name' => 'ESET NOD32 16-18'
]
];

0 comments on commit c5a98f5

Please sign in to comment.