History log of /systemd/src/resolve/resolved.conf.in
Revision Date Author Comments Expand
60402bdc52a7569f9f6fd00486e34796c4f6f55d 19-Jan-2016 Daniel Mack <daniel@zonque.org>

resolved: remove configuration knobs for mDNS until it's ready These bits were intenionally left out while mDNS is under development. Remove the exposed knobs and man page entries again until this is settled.

b83d91c02947585df06207c604534d25d87b611f 05-Jan-2016 Lennart Poettering <lennart@poettering.net>

resolved: make MulticastDNS support configurable in resolved.conf The option is already there, but wasn't exported in the configuration file so far. Fix that.

24710c48ed16be5fa461fbb303a744a907541daf 03-Dec-2015 Lennart Poettering <lennart@poettering.net>

resolved: introduce a dnssec_mode setting per scope The setting controls which kind of DNSSEC validation is done: none at all, trusting the AD bit, or client-side validation. For now, no validation is implemented, hence the setting doesn't do much yet, except of toggling the CD bit in the generated messages if full client-side validation is requested.

a51c10485af349eb15faa4d1a63b9818bcf3e589 25-Nov-2015 Lennart Poettering <lennart@poettering.net>

resolved: add a generic DnsSearchDomain concept With this change, we add a new object to resolved, "DnsSearchDomain=" which wraps a search domain. This is then used to introduce a global search domain list, in addition to the existing per-link search domain list which is reword to make use of this new object too. This is preparation for implement proper unicast DNS search domain support.

e93549ef29c4123d9ee45acb5815048390201e49 04-Mar-2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

Do not advertise .d snippets over main config file For daemons which have a main configuration file, there's little reason for the administrator to use configuration snippets. They are useful for packagers which need to override settings, but we shouldn't advertise that as the main way of configuring those services. https://bugs.freedesktop.org/show_bug.cgi?id=89397

f2dacc96b25528ca1b0caca6364a69d656cf1569 29-Nov-2014 Josh Triplett <josh@joshtriplett.org>

resolved: Support resolved.conf.d directories in the usual search paths

4e945a6f7971fd7d1f6b2c62ee3afdaff3c95ce4 01-Aug-2014 Lennart Poettering <lennart@poettering.net>

resolved: beef up DNS server configuration logic We now maintain two lists of DNS servers: system servers and fallback servers. system servers are used in combination with any per-link servers. fallback servers are only used if there are no system servers or per-link servers configured. The system server list is supposed to be populated from a foreign tool's /etc/resolv.conf (not implemented yet). Also adds a configuration switch for LLMNR, that allows configuring whether LLMNR shall be used simply for resolving or also for responding.

091a364c802e34a58f3260c9cb5db9b75c62215c 19-May-2014 Tom Gundersen <teg@jklm.no>

resolved: add daemon to manage resolv.conf Also remove the equivalent functionality from networkd.