mirror of
https://github.com/Lanakod-Networks/snort-docker.git
synced 2025-07-04 13:26:38 +03:00
8 lines
198 B
Bash
8 lines
198 B
Bash
interface="eth0"
|
|
|
|
ip route del default
|
|
ip add sh $interface
|
|
ip route add default dev $interface
|
|
ip link set dev $interface promisc on
|
|
|
|
/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf |