Skip to content

v1.3.9

Latest

Choose a tag to compare

@FrankoonG FrankoonG released this 21 May 11:17

hy2scale v1.3.9

Binary Downloads

Platform Architecture File
Linux amd64 hy2scale-linux-amd64.tar.gz
Linux arm64 hy2scale-linux-arm64.tar.gz
Linux armv7 hy2scale-linux-armv7.tar.gz
Linux mips64le hy2scale-linux-mips64le.tar.gz
Linux mipsle hy2scale-linux-mipsle-softfloat.tar.gz

Docker Image

Pull from Docker Hub (multi-arch manifest, amd64 + arm64):

docker pull frankoong/hy2scale:1.3.9

Or load offline (one per arch — useful for air-gapped hosts):

# amd64 (x86_64)
docker load < docker-image-amd64.tar.gz
# arm64 (aarch64)
docker load < docker-image-arm64.tar.gz

iKuai Package

Pick the package matching your iKuai router's CPU architecture:

  • hy2scale-x86-1.3.9.ipkg — for x86 / x86_64 iKuai
  • hy2scale-arm64-1.3.9.ipkg — for arm64 / aarch64 iKuai

Install via the iKuai web UI (Advanced Apps → App Market → Local Install).

Verify checksums

sha256sum -c checksums-sha256.txt
Changelog since v1.3.8
  • chore: bump version to 1.3.9 (5bff82a)
  • fix(history): sensitive offline detection — catch flaps the sample window misses (7113101)
  • fix(history): multi-hop offline end records as "online @ prev-hop latency" (33d9afe)
  • fix(app): RemoveClient must UnblockPeer too — disable+delete left ghost block (3f1fdd4)
  • fix(proxies): SOCKS5/HTTP first-save 400 — frontend missed id, backend now falls back to protocol (dba12f1)