VPN-Proxy

go-sshtunnel (latest)

Published 2026-06-14 14:39:45 +03:00 by mehrdad

Installation

docker pull git.neoh.ir/vpn-proxy/go-sshtunnel:latest
sha256:da99df8494de99bfb87b0a4df615c88beec6d298c132db99bdbc945955587d4c

Image Layers

WORKDIR /app
COPY /build/go-ssh-tunnel /app/go-ssh-tunnel # buildkit
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit
EXPOSE [10203/tcp 1080/tcp 443/tcp 7443/tcp]
USER 65532:65532
ENTRYPOINT ["/app/go-ssh-tunnel"]
CMD ["-c" "/etc/go-ssh-tunnel/config.json"]
Details
Container
2026-06-14 14:39:45 +03:00
5
OCI / Docker
linux/amd64
2.0 MiB
Versions (2) View all
main-1d70d1d 2026-06-14
latest 2026-06-14