aboutsummaryrefslogtreecommitdiff
path: root/config.h
blob: 88b99a6a7c138b5e9f4d35f311217c07731f1fd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef VOIDNSRUN_CONFIG_H
#define VOIDNSRUN_CONFIG_H

#define PROG_VERSION "1.3.1"

#define USER_LISTS_MAX 50

#define CONTAINER_DIR_VAR "VOIDNSRUN_DIR"
#define UNDO_BIN_VAR "VOIDNSUNDO_BIN"
#define VOIDNSUNDO_NAME "voidnsundo"
#define OLDROOT "/oldroot"

/* This path has not been made configurable and is hardcoded
 * here for security purposes. If you want to change it, change it
 * here and recompile and reinstall both utilities. */
#define SOCK_PATH "/run/voidnsrun/sock"

#endif //VOIDNSRUN_CONFIG_H