add const file

This commit is contained in:
Callan Bryant 2020-02-26 20:40:12 +00:00
parent b600d147fe
commit 33a3252891
No known key found for this signature in database
GPG Key ID: C31FA9DF3ACBFFAA

11
const.go Normal file
View File

@ -0,0 +1,11 @@
package dsnet
// TODO allow env override (vars) as soon as someone needs it. Probably won't
// for ages, default interface name + locations are generally fine unless
// multiple VPNs are needed
const (
INTERFACE_NAME = "dsnet"
CONFIG_FILE = "/etc/dsnet-config.json"
REPORT_FILE = "/var/lib/dsnet-report.json"
)