You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,9 +141,10 @@ Run the built-in diagnostics to check that everything is configured correctly:
141
141
142
142
```bash
143
143
dns-aid doctor
144
+
dns-aid doctor --domain example.com # also test agent discovery for your domain
144
145
```
145
146
146
-
This checks Python version, core dependencies, DNS resolution, backend credentials, optional features (MCP, JWS, OpenTelemetry), and `.env` configuration. Each check shows ✓ (pass), ✗ (fail), or ○ (warning/optional).
147
+
This checks Python version, core dependencies, DNS resolution, backend credentials, optional features (MCP, JWS, OpenTelemetry), and `.env` configuration. Use `--domain` (or `DNS_AID_DOCTOR_DOMAIN` env var) to test agent discovery against your domain. Each check shows ✓ (pass), ✗ (fail), or ○ (warning/optional).
147
148
148
149
## Quick Test (No AWS needed)
149
150
@@ -324,7 +325,7 @@ export NIOS_VERIFY_SSL="false" # Set to true with valid TLS certs
0 commit comments