dsnet/const.go
2020-02-27 22:31:44 +00:00

11 lines
230 B
Go

package dsnet
const (
// these end up in the config file
DEFAULT_INTERFACE_NAME = "dsnet"
DEFAULT_REPORT_FILE = "/var/lib/dsnet-report.json"
// could be overridden in future via env
CONFIG_FILE = "/etc/dsnet-config.json"
)