mirror of
https://github.com/Oxbian/SIDPS.git
synced 2025-07-07 20:33:51 +02:00
feat: new networking partition + schema + test everything works
This commit is contained in:
6
Demo/Dockerfiles/attaquant-entrypoint.sh
Normal file
6
Demo/Dockerfiles/attaquant-entrypoint.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
ip route add 172.20.2.0/24 via 172.20.1.3 dev eth0
|
||||
|
||||
# Lancer l'application IDPS
|
||||
exec "$@"
|
Reference in New Issue
Block a user