VPN-Proxy

socksify (http)

Published 2026-06-16 23:25:50 +03:00 by mehrdad

Installation

docker pull git.neoh.ir/vpn-proxy/socksify:http
sha256:81af2a41a2edd2fef555c69fb9c501e5e25018f2867f591a45d43e605f2bde21

Images

Digest OS / Arch Size
56dd38517b linux/amd64 19 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-20260127-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL maintainer=socksify description=GOST - SOCKS5 Proxy Server (HTTP/S upstream)
RUN /bin/sh -c apk add --no-cache gost ca-certificates tini bash # buildkit
WORKDIR /home/gost
ENV PROXY_URL= SOCKS_USER= SOCKS_PASS=
EXPOSE [1080/tcp]
ENTRYPOINT ["/sbin/tini" "--"]
CMD ["/bin/bash" "-c" " if [ -z \"$PROXY_URL\" ]; then echo 'ERROR: Set PROXY_URL'; exit 1; fi; if [ -z \"$SOCKS_USER\" ] || [ -z \"$SOCKS_PASS\" ]; then echo 'ERROR: Set SOCKS_USER and SOCKS_PASS'; exit 1; fi; SOCKS_AUTH=\"${SOCKS_USER}:${SOCKS_PASS}@\"; echo \"Starting SOCKS5 relay on port 1080\"; echo \"Upstream HTTP proxy: $PROXY_URL\"; exec gost -L \"socks5://${SOCKS_AUTH}:1080\" -F \"$PROXY_URL\" "]

Labels

Key Value
description GOST - SOCKS5 Proxy Server (HTTP/S upstream)
maintainer socksify
Details
Container
2026-06-16 23:25:50 +03:00
0
OCI / Docker
Versions (13) View all
edge 2026-06-16
ssh 2026-06-16
vless 2026-06-16
shadowsocks 2026-06-16
trojan 2026-06-16