From 74b2466e14a1961bf3ac0e8a60cfaceec705bd59 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 16 Jul 2014 00:26:02 +0200 Subject: resolved: add a DNS client stub resolver Let's turn resolved into a something truly useful: a fully asynchronous DNS stub resolver that subscribes to network changes. (More to come: caching, LLMNR, mDNS/DNS-SD, DNSSEC, IDN, NSS module) --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 31cd8f85df..9df4d58b83 100644 --- a/.gitignore +++ b/.gitignore @@ -157,6 +157,7 @@ /test-dhcp-option /test-dhcp-server /test-dhcp6-client +/test-dns-domain /test-icmp6-rs /test-ellipsize /test-engine -- cgit v1.2.3-54-g00ecf