mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-29 11:48:25 +01:00
24 lines
728 B
Text
24 lines
728 B
Text
# /etc/conf.d/gost-daemon: config file for /etc/init.d/gost-daemon
|
|
|
|
# Microsoft apikey
|
|
# https://github.com/knqyf263/gost#fetch-microsoft
|
|
#GST_FETCH_MICROSOFT_APIKEY=""
|
|
|
|
# Fetch CVEs after the specified date (e.g. 2017-01-01) (default: 1970-01-01)
|
|
#GST_FETCH_REDHAT_AFTER=""
|
|
# Fetch CVEs before the specified date (e.g. 2017-01-01)
|
|
#GST_FETCH_REDHAT_BEFORE=""
|
|
|
|
# Address and port service will listen on
|
|
#GST_HOST="127.0.0.1"
|
|
#GST_PORT="1325"
|
|
|
|
# Path to CVE database (needs to be absolute path)
|
|
#GST_DBPATH="/var/lib/vuls/gost.sqlite3"
|
|
#GST_DBTYPE="sqlite3" # mysql|postgres|sqlite3|redis (default: sqlite3)
|
|
|
|
# Path to log dir (needs to be absolute path)
|
|
#GST_LOGDIR="/var/log/vuls"
|
|
|
|
# See more: `gost server --help`
|
|
GST_OPTS=""
|