mirror of
https://github.com/Oxbian/SIDPS.git
synced 2025-05-17 22:18:13 +02:00
7 lines
101 B
Bash
7 lines
101 B
Bash
#!/bin/sh
|
|
|
|
ip route add 172.20.1.0/24 via 172.20.2.2 dev eth0
|
|
|
|
# Lancer l'application IDPS
|
|
exec "$@"
|