Ptachirana skripta zbog vlasništva nad last-version-check.txt
[clamav-unofficial-sigs.git] / user.conf
1 # This file contains user configuration settings for clamav-unofficial-sigs.sh
2 ###################
3 # This is property of eXtremeSHOK.com
4 # You are free to use, modify and distribute, however you may not remove this notice.
5 # Copyright (c) Adrian Jon Kriel :: admin@extremeshok.com
6 # License: BSD (Berkeley Software Distribution)
7 ##################
8 #
9 # Script updates can be found at: https://github.com/extremeshok/clamav-unofficial-sigs
10 #
11 ##################
12 #
13 # NOT COMPATIBLE WITH VERSION 3.XX / 4.XX CONFIG
14 #
15 ################################################################################
16 # SEE MASTER.CONF FOR CONFIG EXPLANATIONS
17 ################################################################################
18
19 # Values in this file will always override those in the master.conf and os.conf files.
20 # This is useful to specify your authorisation/receipt codes and to always force certain options.
21 # Please note, it is your responsibility to manage the contents of this file.
22 # Values provided here are just examples, feel free to use any values from the main config file.
23
24 # set to no to enable the commercial subscription url
25 #malwarepatrol_free="yes"
26 #malwarepatrol_list="clamav_basic" # clamav_basic or clamav_ext
27 # if the malwarepatrol_product_code is not 8 the malwarepatrol_free is set to no (non-free)
28 #malwarepatrol_product_code="8"
29 #malwarepatrol_receipt_code="YOUR-RECEIPT-NUMBER"
30
31 #securiteinfo_authorisation_signature="YOUR-SIGNATURE-NUMBER"
32 # Enable if you have a commercial/premium/non-free subscription
33 #securiteinfo_premium="yes"
34
35 # Default dbs rating (Default: MEDIUM)
36 # valid rating: LOW, MEDIUM, HIGH
37 #default_dbs_rating="HIGH"
38
39 # Per Database
40 # These ratings will override the global rating for the specific database
41 # valid rating: LOW, MEDIUM, HIGH, DISABLE
42 #linuxmalwaredetect_dbs_rating="HIGH"
43 #sanesecurity_dbs_rating="HIGH"
44 #securiteinfo_dbs_rating="HIGH"
45 #urlhaus_dbs_rating="HIGH"
46 #yararulesproject_dbs_rating="HIGH"
47
48 # =========================
49 # Additional signature databases
50 # =========================
51 #declare -a additional_dbs=(
52 #   ftp://ftp.example.net/pub/sigs.ndb
53 #   http://www.example.org/sigs.ldb
54 #) #END ADDITIONAL DATABASES
55
56 # Uncomment the following line to enable the script
57 user_configuration_complete="yes"
58
59 # Proxy Support
60 # If necessary to proxy database downloads, define the rsync, curl, wget, dig, hosr proxy settings here.
61 #curl_proxy="--proxy http://username:password@proxy_host:proxy_port"
62 #dig_proxy="@proxy_host -p proxy_host:proxy_port"
63 #host_proxy="@proxy_host" #does not support port
64 #rsync_proxy="username:password@proxy_host:proxy_port"
65 #wget_proxy="-e http_proxy=http://username:password@proxy_host:proxy_port -e https_proxy=https://username:password@proxy_host:proxy_port"
66
67 # https://eXtremeSHOK.com ######################################################