From 4d737b0216cedf0109f3ec7dcdd33d58f223a6c2 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Tue, 23 Aug 2022 07:30:49 +0200 Subject: [PATCH] remove bogus default gw instruction --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 064f2bb..561b980 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,6 @@ make 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 ``` -Replace `192.0.2.1` with the IP address of your default gateway (e.g. your Internet router). - And then cry. ## Problems