1. kresd/1.3.0

/tcp

../1.4.0をmake, install したが、libkres.so.4が見つからないので、動かない。

@4000000059e71d1b30f6996c /usr/local/sbin/kresd: error while loading shared libraries: libkres.so.4: cannot open shared object file: No such file or directory

Ubuntu 16.04 でのmakeは終了して、superviseの下で動き出した。 -- ToshinoriMaeno 2017-06-13 07:46:40

documentはこれから読む。/lib/README

まずはここ。https://gitlab.labs.nic.cz/knot/resolver/milestones/12

Add an cache.maxttl option to limit caching overly long RRs (helps with GHOST domains too) and cache.minttl too

iterate: skip answer RRs that don't match the query watchAAAA/gitbook.com

https://gitlab.labs.nic.cz/knot/resolver/raw/v1.3.0/NEWS

Security
  It also fixes answering with non-authoritative data about nameservers.

Bugfixes
--------
- validate: fix insufficient caching for some cases (relatively rare)
- avoid putting "duplicate" record-sets into the answer (#198)