We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f857f47 commit 0b5c2a2Copy full SHA for 0b5c2a2
test/Dockerfile.client
@@ -9,9 +9,7 @@ RUN apt-get update && apt-get install -y \
9
openvpn \
10
iproute2 \
11
iputils-ping \
12
- curl \
13
procps \
14
- dnsutils \
15
&& rm -rf /var/lib/apt/lists/*
16
17
# Create TUN device directory (device will be mounted at runtime)
test/client-entrypoint.sh
@@ -85,15 +85,6 @@ else
85
exit 1
86
fi
87
88
-# Test 3: DNS resolution
89
-echo "Test 3: Testing DNS resolution..."
90
-if host google.com >/dev/null 2>&1; then
91
- echo "PASS: DNS resolution working"
92
-else
93
- echo "FAIL: DNS resolution failed"
94
- exit 1
95
-fi
96
-
97
echo ""
98
echo "=========================================="
99
echo " ALL TESTS PASSED!"
0 commit comments