01cc4cf
#Do not list loading information to syslog when starting
01cc4cf
SCANNER_QUIET=-q
01cc4cf
8d44341
#Listen on given address - by default scanner listens on all addresses
40aa2ff
#SCANNER_LISTEN=--listen=127.0.0.1
8d44341
8d44341
#Listen on given port - by default 9391
40aa2ff
SCANNER_PORT=--port=9391
8d44341
8d44341
#Send the packets with the source IP of IP1,IP2,IP3....
40aa2ff
#SCANNER_SRCIP=--src-ip=127.0.0.1,192.168.1.2
8d44341
47c3930
# Set to yes if plugins should be automatically updated via a cron job
47c3930
auto_plugin_update=no
47c3930
47c3930
# Notify OpenVAS scanner after update by seding it SIGHUP?
47c3930
notify_openvas_scanner=yes
47c3930
47c3930
# Method to use to get updates. The default is via rsync
47c3930
# Note that only wget and curl support retrieval via proxy
47c3930
# update_method=rsync|wget|curl
47c3930
47c3930
# Additionaly, you can specify the following variables
47c3930
#NVT_DIR		where to extract plugins (absolute path)
47c3930
#OV_RSYNC_FEED		URL of rsync feed
47c3930
#OV_HTTP_FEED		URL of http feed
8d44341