Skip to content

Release Version 1.3.0

Compare
Choose a tag to compare
@eloravpn eloravpn released this 29 Nov 15:08
· 8 commits to main since this release
16926f3

Release 1.3.0 of Elora VPN Manager Backend

What's Changed

  • Upgrade transmission option and add alpn to inbound configs by @eloravpn in #51

Full Changelog: v1.2.2...1.3.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.