Skip to content

Commit 39b6005

Browse files
committed
feat(caddy): add trojan support
add trojan support Signed-off-by: mritd <mritd@linux.com>
1 parent bedb27c commit 39b6005

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

caddy/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ RUN set -e \
2020
--with github.com/kirsch33/realip \
2121
--with github.com/porech/caddy-maxmind-geolocation \
2222
--with github.com/caddyserver/format-encoder \
23-
--with github.com/mholt/caddy-webdav
23+
--with github.com/mholt/caddy-webdav \
24+
--with github.com/imgk/caddy-trojan
2425

2526

2627
FROM alpine:3.13 AS dist

0 commit comments

Comments
 (0)