Default: conf/config.json
The location can be changed by setting DPS_CONFIG_FILE_PATH, MG_CONFIG_FILE_PATH legacy env or
--conf-path command line argument. The path can be relative (to the binary path) or absolute.
Default: DPS executing path, a.k.a Working Directory
Is the path which will be used when ConfigFilePath is set as a relative path.
Can be set by DPS_WORK_DIR or DPS_WORK_DIR legacy env.
Environment Variable configuration are dynamically generated respecting the file configuration using the format:
DPS_${property}DPS_${property}__${subProperty}, ex: DPS_SERVER__PROTOCOLDPS_${property}_${index}__${property}, ex: DPS_SOLVER__LOCAL__ENVS_0__HOSTNAMES_0__TARGETBoolean values
You can use 1 or true (case-insensitive) to specify which the flag is activated, any other
value will be considered false.
Run one of the commands below to get the commandline instructions help:
$ ./dns-proxy-server --help
$ docker run defreitas/dns-proxy-server --help