summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames O'Doherty <james@theodohertyfamily.com>2026-06-13 14:08:14 -0400
committerJames O'Doherty <james@theodohertyfamily.com>2026-06-13 14:08:14 -0400
commit1b23c0acbb6e4f45ce4c4e95ad295218d769f709 (patch)
treedb2e7b404fc79aea4a13ce4065c0bd69be29b51b
parent5646eca119f80f8f45ebec9fcbe666ca614ebf5d (diff)
docs: update diagnostics description and add healthcheck command to README
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c7ef7c7..9542fa6 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,8 @@ Manage your VPN configurations easily from the CLI:
| `profile stop <name>` | Force-stop an active tunnel session. |
### Diagnostics
-Check your environment and verify isolation using these subcommands:
+Check your environment and troubleshoot issues using these subcommands:
+- `healthcheck`: Run a comprehensive diagnostic to ensure your system supports rootless namespaces.
- `show-config`: View resolved paths and current isolation status.
- `test-ns`: Verify that you are correctly isolated in a network namespace.
- `test-args`: (For developers) Verify 8-bit clean argument passing.