pentoo-overlay/dev-go/gost/files/gost-daemon.confd
2019-07-04 11:01:51 +03:00

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=""