aboutsummaryrefslogtreecommitdiffstats
path: root/community/openvas-scanner/openvassd.confd
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-19 10:01:27 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-19 11:24:37 +0000
commit1d98247a68304d44413a33e3ca074cd07c3aabea (patch)
tree91b0ca4e83c977a573aa26cf035ae78a00c89d4a /community/openvas-scanner/openvassd.confd
parentd456651d95aefa62c7b38d7af4a105ebb66f279c (diff)
downloadaports-1d98247a68304d44413a33e3ca074cd07c3aabea.tar.bz2
aports-1d98247a68304d44413a33e3ca074cd07c3aabea.tar.xz
community/openvas-scanner: moved from testing
Diffstat (limited to 'community/openvas-scanner/openvassd.confd')
-rw-r--r--community/openvas-scanner/openvassd.confd27
1 files changed, 27 insertions, 0 deletions
diff --git a/community/openvas-scanner/openvassd.confd b/community/openvas-scanner/openvassd.confd
new file mode 100644
index 0000000000..d48adef151
--- /dev/null
+++ b/community/openvas-scanner/openvassd.confd
@@ -0,0 +1,27 @@
+#Listen on given address - by default scanner listens on all addresses
+#SCANNER_LISTEN=--listen=127.0.0.1
+
+#Listen on given port - by default 9391
+SCANNER_PORT=--port=9391
+
+#Send the packets with the source IP of IP1,IP2,IP3....
+#SCANNER_SRCIP=--src-ip=127.0.0.1,192.168.1.2
+
+# Extra Arguments
+# SCANNER_EXTRA_ARGS=""
+
+# Set to yes if plugins should be automatically updated via a cron job
+auto_plugin_update=no
+
+# Notify OpenVAS scanner after update by seding it SIGHUP?
+notify_openvas_scanner=yes
+
+# Method to use to get updates. The default is via rsync
+# Note that only wget and curl support retrieval via proxy
+# update_method=rsync|wget|curl
+
+# Additionaly, you can specify the following variables
+#NVT_DIR where to extract plugins (absolute path)
+#OV_RSYNC_FEED URL of rsync feed
+#OV_HTTP_FEED URL of http feed
+