An open API service indexing awesome lists of open source software.

https://github.com/streamdp/easylist

Github workflow for automatically update and combine several simple ad blocking lists into one file.
https://github.com/streamdp/easylist

github-actions pihole pihole-ads-list workflow

Last synced: about 1 month ago
JSON representation

Github workflow for automatically update and combine several simple ad blocking lists into one file.

Awesome Lists containing this project

README

        

## EasyList
Github workflow for automatically update and combine several simple ad blocking lists into one file and prepare it for
use with the [pi-hole](https://github.com/pi-hole) project.

Last update status:
* [![updater](https://github.com/streamdp/easylist/actions/workflows/updater.yml/badge.svg)](https://github.com/streamdp/easylist/actions/workflows/updater.yml)

### Usage
Just add the **links** you need to the `gravity.db` or use built-in pi-hole [Adlists](http://pi.hole/admin/groups-adlists.php) manager and run gravity update:
```shell
$ sqlite3 /etc/pihole/gravity.db "insert into adlist (address) values('https://raw.githubusercontent.com/streamdp/easylist/refs/heads/main/easy-lists.merged')"
$ sqlite3 /etc/pihole/gravity.db "insert into adlist (address) values('https://raw.githubusercontent.com/streamdp/easylist/refs/heads/main/blocklistproject.merged')"
$ pihole -g
```
### Actual links
```shell
https://raw.githubusercontent.com/streamdp/easylist/refs/heads/main/easy-lists.merged
https://raw.githubusercontent.com/streamdp/easylist/refs/heads/main/blocklistproject.merged
```