From c5d11c30816158e781988fdf0b0ec5fd40095891 Mon Sep 17 00:00:00 2001 From: spla Date: Sun, 16 Jan 2022 14:36:12 +0100 Subject: [PATCH] Updated with Tor exit node Ip checking instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0432f4b..877721d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Within Python Virtual Environment: 2. Run `python db-setup.py` to setup and create new Postgresql database and needed tables in it. -3. Run `python torips.py` to write Tor exit nodes IPs to database. You need to get the torbulkexitlist from [here](https://check.torproject.org/torbulkexitlist) +3. Run `python torips.py` to write Tor exit nodes IPs to database. You need to get the torbulkexitlist from [here](https://blog.torproject.org/changes-tor-exit-list-service/) 4. Use your favourite scheduling method to set `python spamcheck.py` to run regularly.