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

@ -6,16 +6,13 @@ services:
- 5000:5000
- 80:80
- 443:443
volumes:
- .:/code
networks:
- mynetwork
attacker:
build: docker/attacker
container_name: attacker
ports:
- 5001:5001
volumes:
- .:/code
networks:
- mynetwork

View file

@ -9,7 +9,6 @@
#ServerName www.example.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
Redirect permanent / https://localhost/
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,