Hysteria 2 mesh relay network with web management UI. Route traffic through any node, run VPN services, manage everything from a browser.
docker run -d --name hy2scale \
--network host --privileged \
-v hy2scale-data:/data \
--restart unless-stopped \
frankoong/hy2scale:latest
docker run -d --name hy2scale \
--cap-add NET_ADMIN --cap-add NET_RAW \
-p 5565:5565/tcp -p 5565:5565/udp \
-v hy2scale-data:/data \
--restart unless-stopped \
frankoong/hy2scale:latest
Open http://<host>:5565/scale/ — default login: admin / admin
┌──────────┐
│ Hub │
└────┬─────┘
┌─────────┼──────────┐
┌────┴───┐ ┌───┴────┐ ┌───┴────────┐
│Japan-01│ │ SG-01 │ │ native-hy2 │
└───┬────┘ └───┬────┘ └────────────┘
┌──┴──┐ ┌──┴──┐ [NATIVE]
US-01 US-02 AU-01
│
NZ-01
Full documentation: https://github.com/FrankoonG/hy2scale/wiki
Install via .ipkg package on iKuai Application Store. See the iKuai v4 guide.
MIT
Content type
Image
Digest
sha256:e75ae9e5c…
Size
21.9 MB
Last updated
4 months ago
docker pull frankoong/hy2scale