VPN-Proxy

socksify (socks)

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

Installation

docker pull git.neoh.ir/vpn-proxy/socksify:socks
sha256:14fe3a3fbca7fc17ae1d9ba477e6f73c84ed47a5cb25c92de0acf88f9c3e628c

Images

Digest OS / Arch Size
c1d3196675 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 Relay Server (SOCKS5/SOCKS 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 SOCKS proxy: $PROXY_URL\"; exec gost -L \"socks5://${SOCKS_AUTH}:1080\" -F \"$PROXY_URL\" "]

Labels

Key Value
description GOST - SOCKS5 Relay Server (SOCKS5/SOCKS upstream)
maintainer socksify
Details
Container
2026-06-16 23:25:52 +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