Skip to content

Commit f545f35

Browse files
committed
updated: exclusion/inclusion lists and dependencies
1 parent 2bcc1e8 commit f545f35

File tree

6 files changed

+175
-191
lines changed

6 files changed

+175
-191
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout code📦
22-
uses: actions/[email protected].5
22+
uses: actions/[email protected].7
2323

2424
- name: Install NodeJS🧱
2525
uses: actions/[email protected]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center"><img alt="DeadEnd sign logo" src="https://raw.githubusercontent.com/ammnt/DeadEnd/main/logo.png" /></div></p>
22

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

77
***

configuration.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "DeadEnd",
33
"description": "The compilation of filters for AdGuard Home",
44
"homepage": "https://github.com/ammnt/DeadEnd",
5+
"version": "1.7",
56
"sources": [
67
{
78
"name": "AdGuard DNS filter",

inclusions.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1386,3 +1386,13 @@
13861386
||*-logserver-*.*.*.*.sbercloud.ru^
13871387
||vk-analytics.ru^
13881388
|events.data.microsoft.com^|
1389+
@@|stats.gc.apple.com^|
1390+
||tapulsads.ru^
1391+
||eulatracking-public-service-*.ol.epicgames.com^
1392+
/bugsnag/
1393+
||advt.pro^
1394+
||stat.vto.jewelry^
1395+
||equippro.xyz^
1396+
||aj2615.bid^
1397+
||getshop.tv^
1398+
||cbndjsla.win^

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deadend-filter",
3-
"version": "1.5f",
3+
"version": "1.7",
44
"description": "The compilation of filters for AdGuard Home",
55
"repository": "https://github.com/ammnt/DeadEnd",
66
"author": "ammnt",
@@ -9,6 +9,6 @@
99
"build": "hostlist-compiler -c configuration.json -o filter.txt"
1010
},
1111
"dependencies": {
12-
"@adguard/hostlist-compiler": "^1.0.24"
12+
"@adguard/hostlist-compiler": "^1.0.26"
1313
}
1414
}

0 commit comments

Comments
 (0)