diff --git a/README.md b/README.md index 4719745..0e9c369 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. ## Categories +- [Censorship bypass tools](#censorship-bypass-tools) - [Privacy and anonymity](#privacy-and-anonymity) - [Network tunnels](#network-tunnels) - [Firewall analysis](#firewall-analysis) @@ -15,6 +16,9 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. - [Related awesome lists](#related-awesome-lists) - [Articles and research papers](#articles-and-research-papers) +### Censorship bypass tools +- [Zerodrop](https://dangerous.link/about) - Open-source stealth URL toolkit optimized for bypassing censorship filters. + ### Privacy and anonymity - [tor](https://www.torproject.org/about/overview.html.en) - The Tor network is a group of volunteer-operated servers that allows people to improve their privacy and security on the Internet. Tor's users employ this network by connecting through a series of virtual tunnels rather than making a direct connection - [i2p](https://github.com/i2p/i2p.i2p) - I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties.