Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notracking/nBlock
A content filtering, network/ad blocking ecap adapter for Squid
https://github.com/notracking/nBlock
adblock cdn-cache content-filtering ecap network squid
Last synced: 2 months ago
JSON representation
A content filtering, network/ad blocking ecap adapter for Squid
- Host: GitHub
- URL: https://github.com/notracking/nBlock
- Owner: notracking
- Created: 2017-03-06T13:40:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-11T03:44:36.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T02:12:43.882Z (5 months ago)
- Topics: adblock, cdn-cache, content-filtering, ecap, network, squid
- Language: C++
- Homepage:
- Size: 52.7 KB
- Stars: 15
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nBlock
A network-wide web content filtering & blocking [eCAP](http://www.e-cap.org/) adapter for [Squid](http://www.squid-cache.org/).
nBlock Aims to replace all sorts of privacy enhancing browser plugins like [AdBlock Plus](https://adblockplus.org/), [Decentraleyes](https://github.com/Synzvato/decentraleyes/wiki/Simple-Introduction), [Self-Destructing Cookies](https://addons.mozilla.org/en-US/firefox/addon/self-destructing-cookies/?src=api) and fills the content filtering gaps that come with DNS only filters like [Pi-Hole](https://pi-hole.net).Please read the [installation instructions](https://github.com/notracking/nBlock/blob/master/INSTALL.md) on how to set up your own instance of nBlock.
## Project status
In its current form nBlock should be treated as a proof of concept, though some of the base features like Adblock Plus and DNS network filtering have already been implemented.
Below you can find some of the project goals and current status. This list is not complete nor final.**Client Request MOD**
- [x] DNSMASQ blocklist netfilter
- [x] Adblock plus based request netfilters
- [x] Rules caching
- [ ] CDN referer stripping / caching (Decentraleyes)
- [ ] Strip cookies (Self destructing cookies)
- [ ] Auto (re)routing (proxychains)**Server Response MOD**
- [ ] Html page content analysis
- [ ] gZip decoding / compression
- [ ] iframe inspection (not possible in reqmod)
- [ ] Cosmetic filtering (CSS / XPath)**General**
- [ ] Browser user interface (disable, add rules, remove rules, control squid settings etc)
- [ ] Block list optimizer (remove trumped rules, dupes etc)
- [ ] Landing page / user control for node-unique self signed certificates (https-bump)