add const file
This commit is contained in:
parent
b600d147fe
commit
33a3252891
11
const.go
Normal file
11
const.go
Normal 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"
|
||||
)
|
Loading…
Reference in New Issue
Block a user