ladybird/Servers/LookupServer
Andreas Kling 3c0ca04ad3 LookupServer: Only pass A record responses to clients
This works around an issue where we'd try responding to a LookupServer
client with an empty CNAME record.
2020-05-03 14:24:54 +02:00
..
DNSAnswer.cpp LookupServer: Cache DNS answers for TTL seconds 2020-01-26 15:44:51 +01:00
DNSAnswer.h LookupServer: Cache DNS answers for TTL seconds 2020-01-26 15:44:51 +01:00
DNSPacket.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
DNSQuestion.h LookupServer: Add missing copyright headers 2020-01-26 13:53:36 +01:00
DNSRequest.cpp LookupServer: Add missing copyright headers 2020-01-26 13:53:36 +01:00
DNSRequest.h AK: Add a forward declaration header 2020-02-14 23:31:18 +01:00
DNSResponse.cpp LookupServer: Add missing copyright headers 2020-01-26 13:53:36 +01:00
DNSResponse.h LookupServer: Add missing copyright headers 2020-01-26 13:53:36 +01:00
LookupServer.cpp LookupServer: Only pass A record responses to clients 2020-05-03 14:24:54 +02:00
LookupServer.h LibCore: Replace manual forward declarations with <LibCore/Forward.h> 2020-02-15 00:13:44 +01:00
main.cpp LibCore: Add a forward declaration header 2020-02-14 23:31:18 +01:00
Makefile LookupServer: Cache DNS answers for TTL seconds 2020-01-26 15:44:51 +01:00