rustd-resolved 0.2.3

Native DNS resolver and name-service daemon for RustD
1
2
3
4
5
6
7
8
9
10
11
12
13
# resolvectl Golden Output Corpus

This directory contains golden output files for `resolvectl` command testing. 

## How to add golden outputs

When adding a new test case, please include:
- The command arguments used
- The expected standard output (`stdout`)
- The expected standard error (`stderr`)
- The expected exit code

These outputs are compared against both the upstream C `resolvectl` and our Rust implementation to ensure drop-in parity.