mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
15 lines
453 B
Text
15 lines
453 B
Text
# /etc/conf.d/go-exploitdb: config file for /etc/init.d/go-exploitdb
|
|
|
|
# Address and port service will listen on
|
|
#GEX_HOST="127.0.0.1"
|
|
#GEX_PORT="1326"
|
|
|
|
# Path to CVE database (needs to be absolute path)
|
|
#GEX_DBPATH="/var/lib/vuls/go-exploitdb.sqlite3"
|
|
#GEX_DBTYPE="sqlite3" # mysql|postgres|sqlite3|redis (default: sqlite3)
|
|
|
|
# Path to log dir (needs to be absolute path)
|
|
#GEX_LOGDIR="/var/log/vuls"
|
|
|
|
# See more: `go-exploitdb server --help`
|
|
GEX_OPTS=""
|