From 8fbca993fa07f5f74177c419b6b69fc138c00afa Mon Sep 17 00:00:00 2001 From: Dan Church Date: Wed, 14 Dec 2022 10:34:33 -0600 Subject: [PATCH] Add CHANGELOG --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..905bd44 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# 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