Skip to content

Releases: jonathanio/update-systemd-resolved

DNS6, DOMAIN, and Cache changes

19 May 18:49
Compare
Choose a tag to compare

A number of pull-requests and updates added, fixing some bugs and adding new features. Thanks go to @piotr-dobrogost, @thecodingrobot, @tbaumann, @Edu4rdSHL, @adq, @bohlstry, and @dannyk81 for their assistance.

Add support for ADAPTER_DOMAIN_SUFFIX

12 Nov 15:21
Compare
Choose a tag to compare

Following a request by @JoshDobbin, support has been added for passing ADAPTER_DOMAIN_SUFFIX via dhcp-options to work with the Microsoft standard. Also included some additional notes in README.md about using down in dropped privilege situations for clarification.

Fix logger Issue and Documentation Corrections

24 Jul 15:52
Compare
Choose a tag to compare

Improvements made to the logger command to prevent issues with privilege dropping under the assistance of @dermarens, @terminalmage, @guruxu, and @benvh. Updated some documentation for consistency and clarity. Thanks to @flungo and @dawansv here.

Documentation Update

02 Mar 11:49
Compare
Choose a tag to compare

Thanks to @piotr-dobrogost, @mgu, and @aRkadeFR for helping to improve the documentation.

Documentation Update

02 Mar 09:31
Compare
Choose a tag to compare

Thanks to @piotr-dobrogost, @mgu, and @aRkadeFR for helping to improve the documentation.

Makefile Improvements

25 Dec 13:01
Compare
Choose a tag to compare

@Nauxuron provided a patch to improve DESTDIR and PREFIX handling in Makefile.

OpenVPN 2.4 Fixes & DNSSEC Improvements

13 Dec 09:37
Compare
Choose a tag to compare

This one is with thanks to @mikken and helps support OpenVPN 2.4 as well as fix an issue with DNSSEC handling on the busctl call.

IPv6 DNS Fix

06 Oct 08:56
Compare
Choose a tag to compare

Thanks for @arjenschol for spotting this one: An error in the AF_INET value provided to SetLinkDNS prevented IPv6 DNS servers from being added.

A Few Improvements

29 Aug 20:41
Compare
Choose a tag to compare

Add support for DNSSEC processing, improve logic around DOMAIN and DOMAIN-SEARCH handling, add support for DOMAIN-ROUTE, and improve documentation.

Documentation Updates

10 Aug 19:27
Compare
Choose a tag to compare

Thanks to the help from @pid1 for this release. The documentation mistakenly noted to use pre-down for the script now (compared to down originally, which failed as the tun or tap device would have been removed before the script ran). However, this should have in fact been down-pre.