From d5d84af9c33305844953caf415b5d47e79e610d2 Mon Sep 17 00:00:00 2001 From: Aschen Date: Mon, 22 Aug 2022 13:33:56 +0200 Subject: [PATCH] Add dependencies and listen to any interface --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 043a9b7..58d695d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ audible feedback on just how much your browsing feeds into google By bert@hubertnet.nl / https://berthub.eu/ ## How to compile -First install libpcaudio (libpcaudio-dev), then: + +First install libpcaudio (libpcaudio-dev) and build tools (cmake, build-essential), then: ``` cmake . @@ -14,7 +15,7 @@ make ## How to run: ``` -sudo tcpdump -n -l dst net 192.0.2.1/32 $(for a in $(cat goog-prefixes.txt); do echo or dst net $a; done) | ./teller +sudo tcpdump -i any -n -l dst net 192.0.2.1/32 $(for a in $(cat goog-prefixes.txt); do echo or dst net $a; done) | ./teller ``` And then cry.