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