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

Commits on Mar 4, 2016

  1. Change how .conf and .ovpn files are generated

    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
    elisiano committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    be10b37 View commit details
    Browse the repository at this point in the history