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

Change how .conf and .ovpn files are generated #190

Merged
merged 1 commit into from
May 3, 2016

Conversation

elisiano
Copy link
Contributor

@elisiano elisiano commented Mar 4, 2016

Prior to this, .ovpn would include the .conf file, which means the external references to files were also included.
Now the main template has been split into 2 files: client.erb (included in both .conf and .ovpn) and client_external_auth.erb (included only in .conf)
This should fix issue #187

Prior to this, .ovpn would include the .conf file, which means the external references to files were also included.
Now the main template has been split into 2 files: client.erb (included in both .conf and .ovpn) and client_external_auth.erb (included only in .conf)
This should fix issue voxpupuli#187
@luxflux luxflux merged commit 2be9c8b into voxpupuli:master May 3, 2016
@luxflux
Copy link
Contributor

luxflux commented May 3, 2016

With the assumption that no feedback is good feedback, I assume this fixes #187.

Thanks, @elisiano!

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