Skip to content

Commit

Permalink
[readme] change blackLists to denylists:
Browse files Browse the repository at this point in the history
  • Loading branch information
shizunge committed Sep 20, 2024
1 parent 65e2f0b commit 9b8f901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Here is a snippet of a blocky configuration file. We use this as an example to d

```
blocking:
blackLists:
denylists:
group-one:
- https://github.com/StevenBlack/hosts
- https://github.com/Perflyst/PiHoleBlocklist
Expand Down Expand Up @@ -69,7 +69,7 @@ Then You modify the blocky configuration file for `group-one` to read the aggreg

```
blocking:
blackLists:
denylists:
group-one:
- http://lists-updater:8080/downloaded/group-one.txt
```
Expand All @@ -93,7 +93,7 @@ Then You modify the blocky configuration file for `group-two` to read this file

```
blocking:
blackLists:
denylists:
group-two:
- http://lists-updater:8080/watch/group-two.txt
```
Expand Down
2 changes: 1 addition & 1 deletion examples/blocky-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
blocking:
# definition of blacklist groups. Can be external link (http/https) or local file
# The static-web-server allows multiple blocky instance to access the same set of files.
blackLists:
denylists:
# Ask blocky to download lists from the static-web-server of the lists-updater.
# The watch folder contains user defined lists.
# The downloaded folder contains aggregate lists for given sources files.
Expand Down

0 comments on commit 9b8f901

Please sign in to comment.