Docker Image for Hysteria : https://github.com/HyNetwork/hysteria
i386 amd64 arm32v6 arm32v7 arm64v8 ppc64le s390x
$ docker pull pocat/hysteria
$ mkdir -p /etc/hysteria
$ cat > /etc/hysteria/config.json <<EOF
{
"listen": ":36712",
"protocol": "faketcp",
"acme": {
"domains": [
"your.domain.com"
],
"email": "[email protected]"
},
"mmdb": "GeoLite2-Country.mmdb",
"obfs": "8ZuA2Zpqhuk8yakXvMjDqEXBwY",
"auth": {
"mode": "passwords",
"config": ["random_password"]
}
}
EOF
sysctl -w net.core.rmem_max=2500000
$ docker run --network host --name hysteria -v /etc/hysteria:/etc/hysteria --restart=always -d pocat/hysteria
Content type
Image
Digest
sha256:b8a868dd6…
Size
16.2 MB
Last updated
9 days ago
docker pull pocat/hysteria