Skip to main content
Version: 3.0.6

3.0.5

Several addresses per account, all of them in DNS​

  • An account (or a reseller's account) may hold more than one IPv4 and more than one IPv6: hitechcloudcli user-ip <account> --add <ip> / --remove <ip>, ip-pool assign <account> <ip> (a second address of a family is added beside the first), ip-pool release <account> [<ip>].
  • Every zone the account holds carries one A per IPv4 and one AAAA per IPv6 (apex, www, *, mail, and subdomain records in a parent zone), and the domain's SPF names all of them. New zones are created with the account's assigned addresses, never the control server's.
  • ip.json gains ipv4s / ipv6s; the primary address stays in ip / ipv6.

LiteSpeed Enterprise​

  • A licensed LiteSpeed Enterprise installed over /usr/local/lsws is recognised from its own version banner (or licence file) and shown as LiteSpeed Enterprise in the WebEngine selector, the admin's Domains list, the WebEngine configuration editor and hitechcloudcli native-engine list. Nothing changes when only OpenLiteSpeed is installed.

Mirror​

  • deploy/install-mirror.sh: directory listing is served only to the addresses in MIRROR_INDEX_ALLOW (default 116.118.2.45); every other client gets files by URL and a 404 for a directory.

Fixes​

  • Admin end-to-end tests run under an Enterprise licence (they failed on Community developer machines).
Was this helpful?