This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris
committed
Mar 26, 2024
1 parent
e9461b3
commit e2ea2e5
Showing
11 changed files
with
147 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
ports: | ||
dns: 53 | ||
http: 4000 | ||
|
||
upstreams: | ||
groups: | ||
# these external DNS resolvers will be used. Blocky picks 2 random resolvers from the list for each query | ||
default: | ||
# Cloudflare | ||
- tcp-tls:1.1.1.1:853 | ||
- tcp-tls:1.0.0.1:853 | ||
|
||
# configuration of client name resolution | ||
clientLookup: | ||
upstream: 10.5.0.3 | ||
|
||
ecs: | ||
useAsClient: true | ||
|
||
prometheus: | ||
enable: true | ||
path: /metrics | ||
|
||
blocking: | ||
loading: | ||
downloads: | ||
timeout: 4m | ||
|
||
blackLists: | ||
ads: | ||
- https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts | ||
fakenews: | ||
- https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts | ||
gambling: | ||
- https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts | ||
|
||
whiteLists: | ||
ads: | ||
- | | ||
rabobank.nl | ||
clientGroupsBlock: | ||
default: | ||
- ads | ||
- fakenews | ||
- gambling | ||
manyie*: | ||
- fakenews | ||
- gambling |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Ignore everything | ||
/* | ||
|
||
# Track certain files and directories | ||
!.gitignore | ||
|