aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2019-10-16 21:41:27 +0700
committerShulhan <m.shulhan@gmail.com>2019-10-16 21:49:20 +0700
commit711e75f2b58a44b51b4c7a2b47a341c29a5e675a (patch)
tree260142d7b71cd24450260443ae94dfe60ca14177 /CHANGELOG.adoc
parente1366b601bf8e74b21918fe9121b1e3e30d73b1b (diff)
downloadrescached-711e75f2b58a44b51b4c7a2b47a341c29a5e675a.tar.xz
all: refactoring configuration file
The configuration file now group into two section: the '[rescached]' and '[dns "server"]' sections. All of the configuration values are loaded using ini.Unmarshal instead of using manual parsing.
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc10
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 0736ba8..9870d2b 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -12,9 +12,15 @@ and watching changes from system resolv.conf.
== Breaking Changes
-There are also some major changes on configuration file,
+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`.
-* "server.parent" option now use URI format instead of IP:PORT.
+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.