Skip to content

remote-random-hostname support

Alex Forrow requested to merge alexforrow/NetworkManager-openvpn:master into master

From the OpenVPN reference manual:

–remote-random-hostname Prepend a random string (6 bytes, 12 hex characters) to hostname to prevent DNS caching. For example, “foo.bar.gov” would be modified to "<random-chars>.foo.bar.gov".

This change adds an option to the UI, import/export and the appropriate flag to the OpenVPN executable.

Merge request reports