Merge branch 'main' of git.leizour.fr:CyberFlingues/arp-spoofing into main

This commit is contained in:
iMax 2025-01-21 09:45:04 +01:00
commit 4e6fe5359b
3 changed files with 3 additions and 7 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:latest
RUN apk add --no-cache curl iputils-ping
# CMD ["curl", "webserver:443"]
CMD ["ping", "webserver -c 4"]
CMD ["ping", "webserver -c 4"]