]> git.ipfire.org Git - thirdparty/systemd.git/commit - NEWS
resolved: add option to disable caching (#3592)
authorMartin Pitt <martin.pitt@ubuntu.com>
Fri, 24 Jun 2016 05:54:28 +0000 (07:54 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Jun 2016 05:54:28 +0000 (07:54 +0200)
commitceeddf79b8464469a5307a1030862c7c4fe289e9
tree4ad0a49ca457e8e53789c3aea41c6284ab3ff277
parenta2c28c645160b4e9377db4cb40cb9f22141f2dd3
resolved: add option to disable caching (#3592)

In some cases, caching DNS results locally is not desirable, a it makes DNS
cache poisoning attacks a tad easier and also allows users on the system to
determine whether or not a particular domain got visited by another user. Thus
provide a new "Cache" resolved.conf option to disable it.
NEWS
man/resolved.conf.xml
src/resolve/resolved-dns-transaction.c
src/resolve/resolved-gperf.gperf
src/resolve/resolved-manager.c
src/resolve/resolved-manager.h
src/resolve/resolved.conf.in