diff options
Diffstat (limited to 'testing/openvas-manager/openvasmd.confd')
-rw-r--r-- | testing/openvas-manager/openvasmd.confd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/openvas-manager/openvasmd.confd b/testing/openvas-manager/openvasmd.confd index a920b33c26..c352bba0a2 100644 --- a/testing/openvas-manager/openvasmd.confd +++ b/testing/openvas-manager/openvasmd.confd @@ -3,4 +3,11 @@ #Manager listens on given port - by default 9390 MANAGER_PORT=--port=9390 + MANAGER_EXTRA_ARGS="" + +#Contact scanner on given address +SCANNER_LISTEN="--scanner-host=127.0.0.1" + +#Scanner listens on given port - by default 9391 +SCANNER_PORT="--scanner-port=9391" |