mirror of
https://codeberg.org/h3xx/you-dont-need-pihole.git
synced 2024-08-14 20:27:01 +00:00
Compare commits
No commits in common. "8fbca993fa07f5f74177c419b6b69fc138c00afa" and "934cdd7f035d257bc6fcf3b8ea1dc029604d167f" have entirely different histories.
8fbca993fa
...
934cdd7f03
4 changed files with 13 additions and 36 deletions
27
CHANGELOG.md
27
CHANGELOG.md
|
@ -1,27 +0,0 @@
|
||||||
# Changelog
|
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
||||||
|
|
||||||
## [Unreleased]
|
|
||||||
|
|
||||||
### Added
|
|
||||||
- dnsmasq: Add 'bogus-priv', 'domain-needed' options
|
|
||||||
- dnsmasq: Add IPv6 upstream DNS servers
|
|
||||||
- Add support for allowlists
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
- Use `::` instead of `::1` as the blocked IPv6 address
|
|
||||||
- Strip `#` comments, whitespace from \*.domains
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- Prevent AdroitAdorKhan-EnergizedProtection updates (current repo has a broken
|
|
||||||
list)
|
|
||||||
|
|
||||||
### Removed
|
|
||||||
- Removed in-repo custom ad domains list
|
|
||||||
|
|
||||||
## [0.1.0] - 2022-11-12
|
|
||||||
Initial published version
|
|
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
|
||||||
|
|
12
lists/custom-ad-domains.domains
Normal file
12
lists/custom-ad-domains.domains
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
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
|
|
@ -1,8 +0,0 @@
|
||||||
# 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…
Add table
Add a link
Reference in a new issue