From 16eb87f5eded5a7f143b045f9a3d3e66c9836290 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 26 Dec 2019 21:32:05 +0700 Subject: rescached v3.0.0-alpha All the server core functionalities (caches and forwarding) now implemented inside "dns.Server". The main function of this package are for reading options from configuration file (or from command line options) and watching changes from system resolv.conf. == New Features * Support serving and forwarding DNS over TLS * Add launchd script for macOS and make tasks to install and uninstall on macOS == Breaking Changes There are also some major changes on configuration file. All configuration now break into two section '[rescached]' and '[dns "server"]'. For more information see new rescached.cfg manual page or an example in `cmd/rescached/rescached.cfg`. Some detailed changes are, * "parent" option now use URI format instead of IP:PORT. This will allow parent name servers to be UDP, TCP, and/or DoH simultaneously. * "server.doh.parent" and "server.parent.connection" are removed, redundant with new "server.parent" format. * "cache.threshold" is renamed to "cache.prune_threshold". * "file.pid" is removed. The concept of writing PID file when the program start on networking service is not applicable or relevant anymore on systemd or launchd. If the program already started, the second program will fail because the port is already used. --- AUR | 2 +- CHANGELOG.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AUR b/AUR index 5583eb3..b74a7e0 160000 --- a/AUR +++ b/AUR @@ -1 +1 @@ -Subproject commit 5583eb3f76780184351bda85b1d93260fd2891b0 +Subproject commit b74a7e0b195db08b1c5c014bdf408e336192dce5 diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 56eec58..4adcc48 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,4 +1,4 @@ -= Rescached v3.0.0 (2019-09-xx) += Rescached v3.0.0-alpha (2019-12-26) All the server core functionalities (caches and forwarding) now implemented inside "dns.Server". The main function of this package are -- cgit v1.3