]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: Introduce sd_dns_resolver
authorRonan Pigott <ronan@rjp.ie>
Sat, 24 Feb 2024 00:12:46 +0000 (17:12 -0700)
committerRonan Pigott <ronan@rjp.ie>
Sat, 14 Sep 2024 05:57:50 +0000 (22:57 -0700)
commit1e2ead52e1796e65a13d73cd8fc792390bd4fad4
tree8c144d64e09fe3d9efb0719f3077b7f90aa9f9f3
parent427166c3b0775e8ea929b6bf68fdd82aac168d3f
network: Introduce sd_dns_resolver

This type will be used to represent a "designated resolver", and the
necessary info for communicating with it. Beyond and address endpoint,
we may need to know the dns transport, authenticated domain name, DoH
path, etc.
src/resolve/resolved-dns-packet.c
src/resolve/resolved-dns-packet.h
src/resolve/resolved-dns-rr.c
src/shared/dns-resolver-internal.h [new file with mode: 0644]
src/shared/meson.build
src/shared/sd-dns-resolver.c [new file with mode: 0644]
src/shared/socket-netlink.c
src/shared/socket-netlink.h
src/systemd/meson.build
src/systemd/sd-dns-resolver.h [new file with mode: 0644]