Skip to content

Commit

Permalink
Add forward proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
rucciva authored Oct 3, 2024
1 parent 18ed1fc commit d9a0aea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ RUN --mount=type=cache,target=/go/pkg/mod \
--with github.com/caddy-dns/cloudflare \
--with github.com/mholt/caddy-ratelimit \
--with github.com/greenpau/caddy-security \
--with github.com/mholt/caddy-l4
--with github.com/mholt/caddy-l4 \
--with github.com/caddyserver/forwardproxy



Expand All @@ -27,4 +28,4 @@ FROM scratch AS final

COPY --from=final-debug /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
ENTRYPOINT [/usr/bin/caddy]
ENTRYPOINT [/usr/bin/caddy]

0 comments on commit d9a0aea

Please sign in to comment.