https://github.com/codecrafters-io/dns-server-tester
Tester for the dns-server challenge.
https://github.com/codecrafters-io/dns-server-tester
Last synced: 4 months ago
JSON representation
Tester for the dns-server challenge.
- Host: GitHub
- URL: https://github.com/codecrafters-io/dns-server-tester
- Owner: codecrafters-io
- Created: 2023-09-07T12:49:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-17T20:14:00.000Z (12 months ago)
- Last Synced: 2025-06-22T01:50:18.434Z (12 months ago)
- Language: Go
- Homepage: https://app.codecrafters.io/courses/dns-server/overview
- Size: 103 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DNS Server Challenge Tester
This is a program that validates your progress on the "Build your own DNS Server" challenge.
## Requirements for binary
- Following environment variables:
- `CODECRAFTERS_SUBMISSION_DIR` - root of the user's code submission
- `CODECRAFTERS_TEST_CASES_JSON` - test cases in JSON format
## User code requirements
- A binary named `your_server.sh` that executes the program.
- A file named `codecrafters.yml`, with the following values:
- `debug`