config: enable UDP for openvpn by default
this adds a new helper setDefaults() in the config package and calls it when the config file doesn't exist, this provides a way for us to have default values for the config options
setDefaults currently only sets the UDP config to 'true' since it is expected that UDP is enabled by default
fixes #898 (closed)