Only record traffic of the requested pod. Filtered by pod IP. (#21)

This commit is contained in:
nimrod-up9
2021-04-29 18:19:59 +03:00
committed by GitHub
parent 2ba43300fd
commit e932a340e3
5 changed files with 28 additions and 7 deletions

View File

@@ -2,6 +2,6 @@
# this script runs both executables and exits everything if one fails
./apiserver -hardir /tmp/mizuhars &
./passivetapper -i any -hardump -hardir /tmp/mizuhars -harentriesperfile 50 &
./passivetapper -i any -hardump -hardir /tmp/mizuhars -harentriesperfile 50 -targets "${TAPPED_ADDRESSES}" &
wait -n
pkill -P $$