Skip to content

Commit

Permalink
Update caddy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jliveusa authored Nov 17, 2024
1 parent 5823a7f commit 5347669
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/caddy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,18 @@ jobs:
export GOOS=${{ matrix.config.GOOS }}
~/go/bin/xcaddy build master \
--with github.com/mholt/caddy-l4 \
--with github.com/mholt/caddy-dynamicdns \
--with github.com/caddy-dns/alidns \
--with github.com/caddy-dns/cloudflare \
--with github.com/caddy-dns/dnspod \
--with github.com/caddy-dns/duckdns \
--with github.com/mholt/caddy-dynamicdns \
--with github.com/mholt/caddy-events-exec \
--with github.com/WeidiDeng/caddy-cloudflare-ip \
--with github.com/xcaddyplugins/caddy-trusted-cloudfront \
--with github.com/caddyserver/forwardproxy=github.com/klzgrad/forwardproxy@naive \
--with github.com/imgk/caddy-trojan \
--with github.com/mholt/caddy-webdav \
--with github.com/mholt/caddy-events-exec \
--with github.com/aksdb/caddy-cgi/v2 \
--with github.com/WeidiDeng/caddy-cloudflare-ip \
--output ./release-tmp/caddy
- name: Rename for Windows
Expand Down

0 comments on commit 5347669

Please sign in to comment.