Skip to content

v1.1.4

Choose a tag to compare

@jams24 jams24 released this 19 Jul 07:20
· 167 commits to main since this release
8edb1a5

Bug fix

  • Fixed: deployzy http / deployzy tcp failing with invalid protocol error
  • Root cause: Port 8443 is proxied by Cloudflare, which intercepted the smux control connection expecting HTTP traffic
  • Fix: CLI now connects to ctrl.deployzy.com:8443 — a DNS-only record that routes directly to the VPS, bypassing Cloudflare
  • The --subdomain flag and all other flags continue to work as before

Upgrade

npm install -g deployzy@latest