Docker image containing a 3proxy binary.
You should build this image yourself and push it to your private registry. See the build Action for more information.
Built binary is available @ /usr/local/bin/3proxy
The Action will trigger build on push of modifications to Dockerfile or manual workflow dispatch.
Image can be found at ghcr.io/force-adverse/3proxy-docker:latest
Example from one of our internal Dockerfile:
FROM alpine:latest
# install 3proxy
COPY --from=ghcr.io/force-adverse/3proxy-docker:latest /usr/local/bin/3proxy /usr/local/bin/3proxy