dsnet/const.go

11 lines
230 B
Go
Raw Normal View History

2020-02-26 21:40:12 +01:00
package dsnet
const (
2020-02-27 23:31:44 +01:00
// 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
2020-02-26 21:40:12 +01:00
CONFIG_FILE = "/etc/dsnet-config.json"
)