vless2socks_proxy_rotator (latest)
Published 2026-06-16 23:35:19 +03:00 by mehrdad
Installation
docker pull git.neoh.ir/vpn-proxy/vless2socks_proxy_rotator:latestsha256:de2c3eb2be7af10d315066d9b2418a88b494264d29a51042e2ac3ab7c06e06b6
Image Layers
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk --no-cache add ca-certificates curl # buildkit |
| WORKDIR /app |
| COPY /app/parse-links . # buildkit |
| COPY xray . # buildkit |
| RUN /bin/sh -c chmod +x xray # buildkit |
| COPY template.json . # buildkit |
| RUN /bin/sh -c mkdir -p /app/data # buildkit |
| ENV INPUT_FILE=/app/data/proxies.txt |
| ENV OUTPUT_FILE=/app/data/out.json |
| RUN /bin/sh -c echo '#!/bin/sh' > /app/start.sh && echo 'echo "Starting proxy rotator..."' >> /app/start.sh && echo 'echo "Parsing proxies from $INPUT_FILE..."' >> /app/start.sh && echo './parse-links --input "$INPUT_FILE" --output "$OUTPUT_FILE"' >> /app/start.sh && echo 'echo "Starting Xray with generated config..."' >> /app/start.sh && echo './xray run -c "$OUTPUT_FILE"' >> /app/start.sh && chmod +x /app/start.sh # buildkit |
| EXPOSE [1080/tcp] |
| CMD ["/app/start.sh"] |
Details
2026-06-16 23:35:19 +03:00
Versions (2)
View all
Container
0
OCI / Docker
linux/amd64
33 MiB
main-fd2628a
2026-06-16
latest
2026-06-16