···3939# Minimal DNS mode (literal IP hosts only)
4040cargo run --no-default-features --features backend-posix-libc,dns-ip-only -- http://93.184.216.34
4141```
4242+4343+## Validation
4444+4545+Use the composite `xtask` validation flow for reproducible checks.
4646+4747+```bash
4848+cargo run -p xtask -- validate
4949+```
5050+5151+The `xtask` subcommands are self-documented in CLI help and can be explored as needed.