mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
Optimize for linux
This commit is contained in:
parent
99539562f2
commit
3b94af2d5e
1 changed files with 22 additions and 22 deletions
4
docker/tpotinit/dist/entrypoint.sh
vendored
4
docker/tpotinit/dist/entrypoint.sh
vendored
|
@ -360,7 +360,8 @@ if [ "${TPOT_OSTYPE}" = "linux" ];
|
|||
sleep 60
|
||||
echo "# Dropping UDP connection tables to improve visibility of true source IPs."
|
||||
/usr/sbin/conntrack -D -p udp
|
||||
else
|
||||
fi
|
||||
|
||||
# Starting container health monitoring
|
||||
echo
|
||||
figlet "Starting ..."
|
||||
|
@ -371,4 +372,3 @@ if [ "${TPOT_OSTYPE}" = "linux" ];
|
|||
PID=$!
|
||||
wait $PID
|
||||
echo "# T-Pot Init and Autoheal were stopped. Exiting."
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue