Change #231466
Category | None |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Thu 05 Jun 2025 23:25:26 |
Repository | https://api.github.com/repos/curl/curl |
Project | curl/curl |
Branch | bagder/dnsd-config |
Revision | 6fee7fedb5c5c57f6f5318939b9df0ecd4c1dff1 |
Comments
tests/dnsd: read config from file Make the <dns> tag in a test case control what is stored there. Also documented. Make test 2102 use the new tag. Lets the test case config the A and AAAA contents the server replies with. If none are provided, a fixed internal default is used. For now this only supports one address of each family.
Changed files
- docs/tests/FILEFORMAT.md
- tests/data/test2102
- tests/globalconfig.pm
- tests/runner.pm
- tests/server/dnsd.c