config: enable UDP for openvpn by default
- Oct 13, 2024
-
-
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
-