2
0
mirror of https://github.com/danoctavian/awesome-anti-censorship synced 2024-10-30 03:21:26 +00:00

Add Zerodrop

It didn't fit into any of the existing categories, so I added a new one.
This commit is contained in:
Eli Grey 2024-02-18 16:12:01 -08:00 committed by GitHub
parent 64730bb0ed
commit e2c2dadf35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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