diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 10:01:53 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 11:24:37 +0000 |
commit | 6b5a28e2c37efc9a6753c306c3400da5d1d966b2 (patch) | |
tree | 0745dbbb59ff780cb12fe3af612e5014dc93d4eb /community/greenbone-security-assistant/gsad.confd | |
parent | 1ccb7c0c01a3eea05bbf0139b6e91a3c88cb2ed3 (diff) | |
download | aports-6b5a28e2c37efc9a6753c306c3400da5d1d966b2.tar.bz2 aports-6b5a28e2c37efc9a6753c306c3400da5d1d966b2.tar.xz |
community/greenbone-security-assistant: moved from testing
Diffstat (limited to 'community/greenbone-security-assistant/gsad.confd')
-rw-r--r-- | community/greenbone-security-assistant/gsad.confd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/greenbone-security-assistant/gsad.confd b/community/greenbone-security-assistant/gsad.confd new file mode 100644 index 0000000000..96e77367b1 --- /dev/null +++ b/community/greenbone-security-assistant/gsad.confd @@ -0,0 +1,8 @@ +# If you want ssl, you need a certificate +GSAD_EXTRA_ARGS="--http-only" +#By default on locallhost, but you might want to use a reachable ip address +GSAD_LISTEN="--listen=127.0.0.1" +#Manager listens on given address - by default manager listens on all addresses +MANAGER_LISTEN="--mlisten=127.0.0.1" +#Manager listens on given port - by default 9390 +MANAGER_PORT="--mport=9390" |