Release v1.4.0 of Elora VPN Manager Backend
What's Changed
- Implement Payment Account management and resolve some bugs by @eloravpn in #70
- Fix bugs account management by @eloravpn in #72
Full Changelog: v1.3.6...v1.4.0
Quick Installation
curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash
Custom Installation
# With specific domain and port
curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash -s -- \
--domain your-domain.com \
--port 8080
For more installation options and documentation, please visit our GitHub repository.