This commit is contained in:
Marco Ochse 2017-08-14 15:10:21 +00:00
parent d1c167bd5f
commit 796e74059e
2 changed files with 1 additions and 1 deletions

View file

@ -162,6 +162,7 @@ fuP0F () {
chown tpot:tpot -R /data/p0f
}
# Avoid unwanted cleaning
if [ "$myPERSISTENCE" = "" ];
then

View file

@ -29,7 +29,6 @@ ExecStartPre=/bin/bash -c '/sbin/ip link set $(/sbin/ip address | grep "^2: " |
ExecStartPre=-/bin/chmod 666 /var/run/docker.sock
# Set iptables accept rules to avoid forwarding to honeytrap / NFQUEUE
# Disregards UDP1900 traffic from/to localhost, too many false positives
# Forward all other connections to honeytrap / NFQUEUE
ExecStartPre=/sbin/iptables -w -A INPUT -s 127.0.0.1 -j ACCEPT
ExecStartPre=/sbin/iptables -w -A INPUT -d 127.0.0.1 -j ACCEPT