mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 09:48:24 +02:00
Add AVG Updates to Updxlrator
This commit is contained in:
@@ -154,6 +154,16 @@ while (<>) {
|
||||
{
|
||||
$from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Apple");
|
||||
}
|
||||
|
||||
# -----------------------------------------------------------
|
||||
# Section: AVG Downloads
|
||||
# -----------------------------------------------------------
|
||||
|
||||
if ($dsturl =~ m@^http://[^/]*\.(grisoft|avg)\.com/.*\.(bin)$@i)
|
||||
{
|
||||
$from_local_cache = &cache_access($dsturl,$hostaddr,$username,"AVG");
|
||||
}
|
||||
|
||||
|
||||
# -----------------------------------------------------------
|
||||
# Section: Kaspersky Downloads
|
||||
|
||||
Reference in New Issue
Block a user