Skip to content

Release Version 1.3.1

Compare
Choose a tag to compare
@eloravpn eloravpn released this 30 Nov 19:40
· 12 commits to main since this release
ef887c5

Release v1.3.1 of Elora VPN Manager Backend

What's Changed

  • Add more important settings to Web-UI to manage better and easiest by @eloravpn in #53

Full Changelog: 1.3.0...v1.3.1

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.