System for detecting when Tor bridges have been blocked by censors
Go to file
Vecna a679c13e4f Store bridge data by fingerprint and store set of fingerprints
We had been storing all the data as a huge map under the key 'bridges' so that we could iterate over all keys in the map as a way of iterating over all bridges. This caused the database to grow way too big, so we don't do that anymore. Now, we store each bridge's data with the bridge fingerprint as the key, and we store a set of bridge fingerprints under the key 'bridges'.
2024-04-06 01:09:43 -04:00
src Store bridge data by fingerprint and store set of fingerprints 2024-04-06 01:09:43 -04:00
Cargo.toml Test-only dependencies 2024-03-29 16:17:38 -04:00
LICENSE Initial commit 2023-11-09 12:50:51 -05:00
README.md Initial commit 2023-11-09 12:50:51 -05:00
config.json Add functions to verify reports, update db 2024-03-23 17:43:18 -04:00

README.md

Troll Patrol

A system for detecting when Tor bridges are blocked by censors