{"author":"Daniel Stenberg","author_email":"daniel@haxx.se","author_time":1744184863,"commit_time":1744874004,"committer":"Daniel Stenberg","committer_email":"daniel@haxx.se","hash":"02e9690c3ee2feb7c78c93c1c544c898df733383","message":"tests/server/dnsd: basic DNS server for test suite\n\nCurrently the DNS server only responds to A and AAAA queries. It always\nresponds with a fixed response: the localhost address. Three times.\n\nIt should work fine over either IPv4 or IPv6, but I don't think it\nmatters much for curl testing.\n\nThe idea is to allow curl tests to use \"normal\" DNS hostnames (using the\nnormal name resolving code paths) and still use the local test servers.\n\nThis setup currently only works if curl is built with c-ares because\nredirecting DNS requests to our test server when using getaddrinfo() is\nnot easy.\n\nThis should be extended to respond to HTTPS queries as well to allow\nmore testing there, as c-ares is always used for that.\n\nTest 2102 is the first test using this.\n\nCloses #17015\n","parents":["1609570c68ab04abbf41350dd81ebbcf64f83e1f"],"tree_hash":"7f751831eb4d8f094a0c3c95d60e40d4ea5da1d9"}