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

feat(provider): add VPNsecure.me #848

Merged
merged 10 commits into from Aug 15, 2022
Merged

feat(provider): add VPNsecure.me #848

merged 10 commits into from Aug 15, 2022

Commits on Aug 15, 2022

  1. Initial code for VPN secure

    - Read OpenVPN encrypted key from /gluetun/openvpn_encrypted_key
    - Read OpenVPN encrypted key from /run/secrets/openvpn_encrypted_key
    - Add `OPENVPN_ENCRYPTED_KEY` variable
    - Add `OPENVPN_ENCRYPTED_KEY_SECRETFILE` variable
    qdm12 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    44f8ce4 View commit details
    Browse the repository at this point in the history
  2. Improve code to parse HTML as a tree

    - Country is ready properly
    - All servers are re-sorted
    - Only dependency is `golang.org/x/net`
    qdm12 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    64a5394 View commit details
    Browse the repository at this point in the history
  3. Inject OpenVPN key passphrase

    qdm12 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    460996e View commit details
    Browse the repository at this point in the history
  4. Openvpn cert is user specific

    qdm12 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6ce066c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c4e3bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8afa9f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d844a0c View commit details
    Browse the repository at this point in the history
  8. Use updater/html package

    qdm12 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    f724496 View commit details
    Browse the repository at this point in the history
  9. Update servers data

    qdm12 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    4faa5cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    68c4621 View commit details
    Browse the repository at this point in the history