Skip to content

Release Version 1.3.3

Compare
Choose a tag to compare
@eloravpn eloravpn released this 06 Dec 19:32
· 6 commits to main since this release

Release v1.3.3 of Elora VPN Manager Backend

Full Changelog: v1.3.2...v1.3.3

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.