Files
hassio-addons/zoraxy/CHANGELOG.md
Claude 7323936899 Address PR review: ZeroTier permissions and updater.json paused boolean
- Grant NET_ADMIN capability and /dev/net/tun device so the ZEROTIER option
  works at runtime (Codex review)
- Use a JSON boolean for updater.json "paused" to match the documented format
  (CodeRabbit review)
- Document the ZeroTier requirements in README and CHANGELOG

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PXZfzWxhkWHq8i8P7fnDvL
2026-06-19 20:02:55 +00:00

433 B

3.3.3 (2026-06-19)

  • Initial release
  • Zoraxy reverse proxy with web management UI (port 8000) for Home Assistant
  • Persistent configuration stored in the add-on config directory (/config)
  • Options exposed: NOAUTH, ZEROTIER, FASTGEOIP, MDNS, plus env_vars passthrough
  • ZeroTier mode supported via the NET_ADMIN capability and /dev/net/tun device
  • Based on upstream tobychui/zoraxy (https://github.com/tobychui/zoraxy/releases)