Skip to content

config: enable UDP for openvpn by default

jkito requested to merge jkito/bitmask-vpn:udp-default into main

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

Merge request reports