Updated with Tor exit node Ip checking instructions

master
spla 2022-01-16 14:36:12 +01:00
parent 8251a6ebe3
commit c5d11c3081
1 changed files with 1 additions and 1 deletions

View File

@ -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.