Add e2e test cases for shadowsocks

This commit is contained in:
RMT
2026-05-12 13:52:31 +03:00
parent d4c9ef5056
commit 8740e6f258
28 changed files with 849 additions and 47 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM alpine:3.22
# add iptables for tun/tap and curl for testing
RUN apk add --no-cache iptables curl
# add tools needed by e2e containers and health checks
RUN apk add --no-cache iptables curl netcat-openbsd python3