Disable DNS UDP Logging in Suricata, tweaking

This commit is contained in:
t3chn0m4g3
2025-02-12 15:21:49 +01:00
parent 6cda0fefe5
commit 95626fb2cc
4 changed files with 4 additions and 3 deletions

View File

@ -31,6 +31,7 @@ RUN apt-get update -y && \
cd Log4Pot && \
git checkout 5002b1fe0f82359ef32dbc3a899e8a701dc3256e && \
sed -i 's#"type": logtype,#"reason": logtype,#g' log4pot-server.py && \
rm poetry.lock && \
poetry --no-cache --without=dev install && \
setcap cap_net_bind_service=+ep $(readlink -f $(which python3)) && \
#