Skip to content

Conversation

Adityashandilya555
Copy link
Contributor

@Adityashandilya555 Adityashandilya555 commented Oct 6, 2025

…rt #227

Changed VPN_* environment variables to OPENVPN_* to distinguish them from upcoming WireGuard VPN configurations. This prepares the codebase for WireGuard support by making OpenVPN-specific variables clearly identifiable.

Checklist

  • I have read the OpenWISP Contributing Guidelines.
  • I have manually tested the changes proposed in this pull request.
  • I have written new test cases for new code and/or updated existing tests for changes to existing code.
  • I have updated the documentation.

Reference to Existing Issue

Closes #227

Description of Changes

  • VPN_DOMAIN → OPENVPN_DOMAIN
  • VPN_NAME → OPENVPN_NAME
  • VPN_CLIENT_NAME → OPENVPN_CLIENT_NAME

Updated across configuration files, Docker images, scripts, and documentation.

Screenshot

Screenshot 2025-10-06 at 10 30 35 PM Screenshot 2025-10-06 at 10 33 07 PM Screenshot 2025-10-06 at 10 33 26 PM Screenshot 2025-10-06 at 10 34 12 PM Screenshot 2025-10-06 at 10 34 56 PM Screenshot 2025-10-06 at 10 36 21 PM Screenshot 2025-10-06 at 10 36 50 PM

Screenshot 2025-10-06 at 10 37 28 PM

-bd9005bea847" /> Screenshot 2025-10-06 at 10 38 26 PM Screenshot 2025-10-06 at 10 39 07 PM Screenshot 2025-10-06 at 10 39 38 PM

Adityashandilya555 and others added 2 commits October 6, 2025 22:24
openwisp#227

Changed VPN_* environment variables to OPENVPN_* to distinguish them
from upcoming WireGuard VPN configurations. This prepares the codebase
for WireGuard support by making OpenVPN-specific variables clearly
identifiable.

Changes:
- VPN_DOMAIN → OPENVPN_DOMAIN
- VPN_NAME → OPENVPN_NAME
- VPN_CLIENT_NAME → OPENVPN_CLIENT_NAME

Updated across configuration files, Docker images, scripts, and documentation.

Fixes openwisp#227
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.

[change!] Update environment variables for OpenVPN

1 participant