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.
- Host: GitHub
- URL: https://github.com/streamdp/easylist
- Owner: streamdp
- License: gpl-3.0
- Created: 2025-01-30T10:03:37.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T05:35:20.000Z (about 1 month ago)
- Last Synced: 2025-03-23T06:25:46.338Z (about 1 month ago)
- Topics: github-actions, pihole, pihole-ads-list, workflow
- Homepage: https://raw.githubusercontent.com/streamdp/easylist/refs/heads/main/easy-lists.merged
- Size: 24.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
* [](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
```