feat: new networking partition + schema + test everything works

This commit is contained in:
2024-11-20 11:33:24 -05:00
parent 09abb7e20f
commit 6377eae0ae
9 changed files with 78 additions and 16 deletions

View 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 "$@"