Skip to content

Commit a2ad68c

Browse files
authored
feat: windows spy blocker (#54)
1 parent 040508d commit a2ad68c

File tree

21 files changed

+21
-7517
lines changed

21 files changed

+21
-7517
lines changed

.github/workflows/cli-tests.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,16 @@ jobs:
1010
defaults:
1111
run:
1212
working-directory: ./modules/guard-cli
13-
strategy:
14-
matrix:
15-
node-version: [16.x]
1613

1714
steps:
18-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1916
with:
2017
path: 'modules/guard-cli'
21-
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v3
18+
19+
- uses: actions/setup-node@v4
2320
with:
24-
node-version: ${{ matrix.node-version }}
21+
node-version: 22
22+
2523
- name: Install, build, and test
2624
run: |
2725
cd ./modules/guard-cli

.github/workflows/explorer-deploy.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/explorer-tests.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
16-
- name: Use Node
17-
uses: actions/setup-node@v3
15+
- uses: actions/checkout@v4
16+
17+
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 16
19+
node-version: 22
20+
2021
- name: Install & Build
2122
run: |
2223
mkdir public
@@ -25,6 +26,7 @@ jobs:
2526
npm run build
2627
env:
2728
CI: true
29+
2830
- name: Generate AllowList
2931
run: |
3032
node ./modules/guard-cli/dist/main.js generate \
@@ -35,6 +37,7 @@ jobs:
3537
--concatExternal ./allowlist/concat \
3638
--convertToAllow \
3739
--output ./public
40+
3841
- name: Generate BlockList
3942
run: |
4043
node ./modules/guard-cli/dist/main.js generate \
@@ -44,6 +47,7 @@ jobs:
4447
--custom ./blocklist/custom \
4548
--concatExternal ./blocklist/concat \
4649
--output ./public
50+
4751
- name: Deploy
4852
uses: JamesIves/github-pages-deploy-action@v4
4953
with:

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# AdGuard Home - List
22

3-
![](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Ealenn/AdGuard-Home-List/gh-pages/badge-allow.json&style=for-the-badge&logo=firefox)
4-
![](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Ealenn/AdGuard-Home-List/gh-pages/badge-block.json&style=for-the-badge&logo=AdBlock)
5-
[![Explorer](https://img.shields.io/badge/view-explorer_website-blue?logo=firefox&style=for-the-badge)](https://adguard-home-list.herokuapp.com/)
3+
![](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Ealenn/AdGuard-Home-List/gh-pages/badge-allow.json&style=for-the-badge&logo=firefox)
4+
![](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Ealenn/AdGuard-Home-List/gh-pages/badge-block.json&style=for-the-badge&logo=AdBlock)
65

76
Varied and carefully selected filter lists and consolidates for use in [AdGuard Home](https://ealen.dev/posts/raspberry/dns-sinkhole/). (Updated every day at 4 AM)
87

9-
<!-- vscode-markdown-toc -->
108
- [AdGuard Home - List](#adguard-home---list)
119
- [How to use this project](#how-to-use-this-project)
1210
- [Custom List Provider](#custom-list-provider)
@@ -18,12 +16,6 @@ Varied and carefully selected filter lists and consolidates for use in [AdGuard
1816
- [DNS Providers](#dns-providers)
1917
- [Local](#local)
2018

21-
<!-- vscode-markdown-toc-config
22-
numbering=false
23-
autoSave=true
24-
/vscode-markdown-toc-config -->
25-
<!-- /vscode-markdown-toc -->
26-
2719
## How to use this project
2820

2921
Once you have AdGuard Home ready and are logged in, use its main menu to add one blocklist and one allowlist.
@@ -87,16 +79,17 @@ These lists are downloaded, cleaned and combined during a release.
8779

8880
#### Community
8981

82+
- [crazy-max/WindowsSpyBlocker](https://github.com/crazy-max/WindowsSpyBlocker) ![GitHub Repo stars](https://img.shields.io/github/stars/crazy-max/WindowsSpyBlocker?style=flat-square) (Only Spy lists)
83+
- [StevenBlack/hosts](https://github.com/StevenBlack/hosts) ![GitHub Repo stars](https://img.shields.io/github/stars/StevenBlack/hosts?style=flat-square)
84+
- [blocklistproject/Lists](https://github.com/blocklistproject/Lists) ![GitHub Repo stars](https://img.shields.io/github/stars/blocklistproject/Lists?style=flat-square)
85+
- [notracking/hosts-blocklists](https://github.com/notracking/hosts-blocklists) ![GitHub Repo stars](https://img.shields.io/github/stars/notracking/hosts-blocklists?style=flat-square)
86+
- [anudeepND/blacklist](https://github.com/anudeepND/blacklist) ![GitHub Repo stars](https://img.shields.io/github/stars/anudeepND/blacklist?style=flat-square)
9087
- [Curben Urlhaus Filter](https://gitlab.com/curben/urlhaus-filter)
9188
- [frogeye.fr](https://hostfiles.frogeye.fr/)
9289
- [winhelp2002.mvps.org](https://winhelp2002.mvps.org)
9390
- [Hosts.extras](https://github.com/FadeMind/hosts.extras) ![GitHub Repo stars](https://img.shields.io/github/stars/FadeMind/hosts.extras?style=flat-square)
94-
- [StevenBlack/hosts](https://github.com/StevenBlack/hosts) ![GitHub Repo stars](https://img.shields.io/github/stars/StevenBlack/hosts?style=flat-square)
95-
- [anudeepND/blacklist](https://github.com/anudeepND/blacklist) ![GitHub Repo stars](https://img.shields.io/github/stars/anudeepND/blacklist?style=flat-square)
96-
- [notracking/hosts-blocklists](https://github.com/notracking/hosts-blocklists) ![GitHub Repo stars](https://img.shields.io/github/stars/notracking/hosts-blocklists?style=flat-square)
9791
- [Yhonay/antipopads](https://github.com/Yhonay/antipopads) ![GitHub Repo stars](https://img.shields.io/github/stars/Yhonay/antipopads?style=flat-square)
9892
- [mitchellkrogza/The-Big-List-of-Hacked-Malware-Web-Sites](https://github.com/mitchellkrogza/The-Big-List-of-Hacked-Malware-Web-Sites) ![GitHub Repo stars](https://img.shields.io/github/stars/mitchellkrogza/The-Big-List-of-Hacked-Malware-Web-Sites?style=flat-square)
99-
- [blocklistproject/Lists](https://github.com/blocklistproject/Lists) ![GitHub Repo stars](https://img.shields.io/github/stars/blocklistproject/Lists?style=flat-square)
10093
- [Spam404/lists](https://github.com/Spam404/lists) ![GitHub Repo stars](https://img.shields.io/github/stars/Spam404/lists?style=flat-square)
10194
- [Perflyst/PiHoleBlocklist](https://github.com/Perflyst/PiHoleBlocklist) ![GitHub Repo stars](https://img.shields.io/github/stars/Perflyst/PiHoleBlocklist?style=flat-square)
10295
- [hectorm/hblock](https://hblock.molinero.dev) ![GitHub Repo stars](https://img.shields.io/github/stars/hectorm/hblock?style=flat-square)

blocklist/external/blocklist.external.hosts.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ https://blocklistproject.github.io/Lists/abuse.txt
2424
https://blocklistproject.github.io/Lists/fraud.txt
2525
https://blocklistproject.github.io/Lists/porn.txt
2626
https://hblock.molinero.dev/hosts_domains.txt
27+
https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/refs/heads/master/data/hosts/spy.txt

modules/guard-explorer/.eslintrc.cjs

Lines changed: 0 additions & 11 deletions
This file was deleted.

modules/guard-explorer/env.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

modules/guard-explorer/index.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)