mirror of
https://codeberg.org/h3xx/you-dont-need-pihole.git
synced 2024-08-14 20:27:01 +00:00
Clear custom ad domains list
Effectively removes 11 domains from the block list, since there was one double-listed domain, 'syndication.realserv.com'.
This commit is contained in:
parent
934cdd7f03
commit
9fe8323432
3 changed files with 9 additions and 13 deletions
2
lists/.gitignore
vendored
2
lists/.gitignore
vendored
|
@ -3,5 +3,5 @@
|
||||||
# Except this file
|
# Except this file
|
||||||
!.gitignore
|
!.gitignore
|
||||||
# ... And some others
|
# ... And some others
|
||||||
|
!/*.example
|
||||||
!/AdroitAdorKhan-core.hosts
|
!/AdroitAdorKhan-core.hosts
|
||||||
!/custom-ad-domains.domains
|
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
1.nbryb.com
|
|
||||||
100.nbryb.com
|
|
||||||
50.nbryb.com
|
|
||||||
anawkward.com
|
|
||||||
cpa-optimizer.best
|
|
||||||
mob-track.com
|
|
||||||
notorietycheerypositively.com
|
|
||||||
play.nbryb.com
|
|
||||||
roastclap.com
|
|
||||||
syndication.realsrv.com
|
|
||||||
tripsbooth.com
|
|
||||||
www.myemailtracking.com
|
|
8
lists/custom-ad-domains.domains.example
Normal file
8
lists/custom-ad-domains.domains.example
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Add these custom domains for 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…
Reference in a new issue