mirror of
https://codeberg.org/h3xx/you-dont-need-pihole.git
synced 2024-08-14 20:27:01 +00:00
Add support for allowlists
This commit is contained in:
parent
fd8061714f
commit
1a97ec8365
3 changed files with 27 additions and 0 deletions
6
allowlists/.gitignore
vendored
Normal file
6
allowlists/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
# ... And some others
|
||||
!/allowlist.domains.example
|
8
allowlists/allowlist.domains.example
Normal file
8
allowlists/allowlist.domains.example
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Omit these domains from the blocklist.
|
||||
#
|
||||
# Must be in a file called *.domains in this directory.
|
||||
# Comments are allowed. One domain per line.
|
||||
#
|
||||
# Examples:
|
||||
# domain1.example.com
|
||||
# domain2.example.com
|
Loading…
Add table
Add a link
Reference in a new issue