Skip to content

Release Version 1.2.0

Compare
Choose a tag to compare
@eloravpn eloravpn released this 22 Nov 19:11
· 19 commits to main since this release
87d3993

Release v1.2.0 of Elora VPN Manager Backend

What's Changed

  • Implement ConfigSetting Module to store and manage DB based configura… by @eloravpn in #45

Full Changelog: v1.1.1...v1.2.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.