Avast community forum
Home
Help
Search
Login
Register
Avast WEBforum
»
Business Products
»
Avast Business
»
Avast Business for Linux
(Moderators:
Vlk
,
Matt_T
,
GeorgeP
,
James827
,
kyle.w
) »
Local antivirus update without IP
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Local antivirus update without IP (Read 3833 times)
0 Members and 1 Guest are viewing this topic.
reza2
Newbie
Posts: 1
Local antivirus update without IP
«
on:
May 21, 2022, 10:12:05 AM »
local folder
hi
i want update avast linux without set ip to vps.conf as local
i want update from a local folder in linux path, is possible?
i edit vps.conf like this but not work:
# VPS repository location
URL="//home/Talker/x86_64"
Logged
Radek Brich
Developer (Linux AV, Mac AV)
Avast team
Jr. Member
Posts: 46
Re: Local antivirus update without IP
«
Reply #1 on:
May 23, 2022, 07:40:42 AM »
Hi, the updates are downloaded with CURL, so you can use any protocol supported by CURL.
For local filesystem, use "file://" protocol.
Code:
[Select]
URL="file:///home/Talker/x86_64"
We didn't test this scenario, but I don't see why it shouldn't work.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Avast WEBforum
»
Business Products
»
Avast Business
»
Avast Business for Linux
(Moderators:
Vlk
,
Matt_T
,
GeorgeP
,
James827
,
kyle.w
) »
Local antivirus update without IP