Skip to content

Commit

Permalink
feat(caddy): add tailscale model
Browse files Browse the repository at this point in the history
add tailscale model

Signed-off-by: kovacs <mritd@linux.com>
  • Loading branch information
mritd committed Jul 25, 2024
1 parent 9b5f77e commit 50cd7c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions caddy/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ build-caddy:
echo ">>>>>>>>>>>>>>> Build Version: ${VERSION} <<<<<<<<<<<<<<<" \
&& go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest \
&& xcaddy build ${VERSION} --output /caddy \
--with github.com/caddy-dns/route53 \
--with github.com/caddy-dns/cloudflare \
--with github.com/caddy-dns/alidns \
--with github.com/caddy-dns/dnspod \
Expand All @@ -24,7 +23,8 @@ build-caddy:
--with github.com/porech/caddy-maxmind-geolocation \
--with github.com/caddyserver/transform-encoder \
--with github.com/caddyserver/replace-response \
--with github.com/imgk/caddy-trojan
--with github.com/imgk/caddy-trojan \
--with github.com/tailscale/caddy-tailscale

SAVE ARTIFACT /caddy

Expand Down

0 comments on commit 50cd7c5

Please sign in to comment.