Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UBus: change openvpn extension from ovpn to conf #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

feckert
Copy link
Contributor

@feckert feckert commented Jan 29, 2024

In OpenWrt, the native openvpn OpenVPN configurations are stored under '/etc/openvpn' with the extention '.conf'. Until now, it was only possible to start an OpenVPN connection if it also had a uci configuration section. With the latest change in the OpenVPN start script, it is no longer necessary to create a uci section for the VPN connection.

In order for this to work without the uci section, the configuration must now be saved with the extension '.conf'. This commit replaces the extension from '.ovpn' to '.conf'.

In OpenWrt, the native openvpn OpenVPN configurations are stored under
'/etc/openvpn' with the extention '.conf'. Until now, it was only
possible to start an OpenVPN connection if it also had a uci
configuration section. With the latest change in the OpenVPN start
script, it is no longer necessary to create a uci section for the VPN
connection.

In order for this to work without the uci section, the configuration
must now be saved with the extension '.conf'. This commit replaces the
extension from '.ovpn' to '.conf'.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants