add parameters

This commit is contained in:
Arne Teuke
2025-06-08 14:09:03 +02:00
parent c2a37553bb
commit ea4f323fc6
2 changed files with 20 additions and 2 deletions

20
.vscode/settings.json vendored
View File

@@ -1,11 +1,20 @@
{ {
"cSpell.words": [ "cSpell.words": [
"ALLMATCHSCAN",
"authenticode",
"behaviour",
"bofh",
"clamd", "clamd",
"clamscan", "clamscan",
"Clamuko",
"clamupdate", "clamupdate",
"Dazuko",
"dbname", "dbname",
"epel", "epel",
"fanotify",
"filesize",
"freshclam", "freshclam",
"INADDR",
"libclamav", "libclamav",
"logclean", "logclean",
"logfacility", "logfacility",
@@ -19,11 +28,20 @@
"mypass", "mypass",
"myproxy", "myproxy",
"myusername", "myusername",
"NOFILE",
"normalisation",
"PCRE",
"preludeanalyzername", "preludeanalyzername",
"preludeenable", "preludeenable",
"RLIMIT",
"safebrowsing", "safebrowsing",
"subsig",
"subsigs",
"tcpaddre", "tcpaddre",
"tcpaddress", "tcpaddress",
"tcpsocket" "tcpsocket",
"virusgroup",
"XMLDOCS",
"xxxyyzzzz"
] ]
} }

View File

@@ -13,7 +13,7 @@ LogVerbose <%= @cv_logverbose %>
LogRotate <%= @cv_logrotate %> LogRotate <%= @cv_logrotate %>
PreludeEnable <%= @cv_preludeenable %> PreludeEnable <%= @cv_preludeenable %>
TCPSocket <%= @cv_tcpsocket %> TCPSocket <%= @cv_tcpsocket %>
TCPAddr <<%= @cv_tcpaddress %> TCPAddr <%= @cv_tcpaddress %>
# #
# Set the name of the analyzer used by prelude-admin. # Set the name of the analyzer used by prelude-admin.
# Default: ClamAV # Default: ClamAV