Updated with Tor exit node Ip checking instructions

This commit is contained in:
spla 2022-01-16 14:36:12 +01:00
pare 8251a6ebe3
commit c5d11c3081
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions

Veure arxiu

@ -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. 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. 4. Use your favourite scheduling method to set `python spamcheck.py` to run regularly.