diff options
author | Tom Gundersen <teg@jklm.no> | 2015-11-24 00:46:15 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-11-24 00:46:15 +0100 |
commit | e35a7876b4ab1d53a7539a905613e31dc6ae50fd (patch) | |
tree | 6bd66bd31b067769616ecc394be649d97455237b /TODO | |
parent | 556f107f95a2b3e59162f8282ce2d717bbfd2e2a (diff) | |
parent | ccc3e8a104b8ccabb2cde99cc18ed5ac5a8ad883 (diff) |
Merge pull request #2011 from poettering/resolve-dname
Implement client-side DNAME RR resolving
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -186,16 +186,17 @@ Features: - DNS - search paths - mDNS/DNS-SD + - mDNS RR resolving + - service registration + - service/domain/types browsing - avahi compat - DNS-SD service registration from socket units - edns0 - - dname: Not necessary for plain DNS as synthesized cname is handed out instead if we do not - announce dname support. However, for DNSSEC it is necessary as the synthesized cname - will not be signed. - cname on PTR (?) - resolved should optionally register additional per-interface LLMNR names, so that for the container case we can establish the same name (maybe "host") for referencing the server, everywhere. + - add API so NM can push DNS server info into resolved * refcounting in sd-resolve is borked |