Skip to content

Commit

Permalink
updated: exclusion/inclusion lists and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ammnt committed Jun 22, 2024
1 parent 2bcc1e8 commit f545f35
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 191 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout code📦
uses: actions/[email protected].5
uses: actions/[email protected].7

- name: Install NodeJS🧱
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center"><img alt="DeadEnd sign logo" src="https://raw.githubusercontent.com/ammnt/DeadEnd/main/logo.png" /></div></p>

[![Build the filter🚀](https://github.com/ammnt/DeadEnd/actions/workflows/build.yml/badge.svg)](https://github.com/ammnt/DeadEnd/actions/workflows/build.yml)
![version](https://img.shields.io/badge/version-1.5f-blue)
![version](https://img.shields.io/badge/version-1.7-blue)
[![GitHub issues open](https://img.shields.io/github/issues/ammnt/DeadEnd.svg)](https://github.com/ammnt/DeadEnd/issues)

***
Expand Down
1 change: 1 addition & 0 deletions configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "DeadEnd",
"description": "The compilation of filters for AdGuard Home",
"homepage": "https://github.com/ammnt/DeadEnd",
"version": "1.7",
"sources": [
{
"name": "AdGuard DNS filter",
Expand Down
10 changes: 10 additions & 0 deletions inclusions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1386,3 +1386,13 @@
||*-logserver-*.*.*.*.sbercloud.ru^
||vk-analytics.ru^
|events.data.microsoft.com^|
@@|stats.gc.apple.com^|
||tapulsads.ru^
||eulatracking-public-service-*.ol.epicgames.com^
/bugsnag/
||advt.pro^
||stat.vto.jewelry^
||equippro.xyz^
||aj2615.bid^
||getshop.tv^
||cbndjsla.win^
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deadend-filter",
"version": "1.5f",
"version": "1.7",
"description": "The compilation of filters for AdGuard Home",
"repository": "https://github.com/ammnt/DeadEnd",
"author": "ammnt",
Expand All @@ -9,6 +9,6 @@
"build": "hostlist-compiler -c configuration.json -o filter.txt"
},
"dependencies": {
"@adguard/hostlist-compiler": "^1.0.24"
"@adguard/hostlist-compiler": "^1.0.26"
}
}
Loading

0 comments on commit f545f35

Please sign in to comment.