Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-29 | resolved: Support resolved.conf.d directories in the usual search paths | Josh Triplett | |
2014-08-01 | resolved: beef up DNS server configuration logic | Lennart Poettering | |
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. | |||
2014-05-19 | resolved: add daemon to manage resolv.conf | Tom Gundersen | |
Also remove the equivalent functionality from networkd. |