diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -47,6 +47,12 @@ Beyond wrapping commands, `wg-wrap` provides management sub-commands to handle p - `wg-wrap profile configure <name>`: Opens the selected profile in the system's default editor. - `wg-wrap profile delete <name>`: Removes the specified profile. +### Diagnostics +For debugging and environment verification, `wg-wrap` provides diagnostic tools: +- `wg-wrap show-config [--profile <name>]`: Displays the current runtime configuration, including resolved paths for the runtime base directory and PID tracking, and verifies whether the process is currently isolated. +- `wg-wrap test-ns`: Verifies that the process is correctly isolated in a rootless network namespace. +- `wg-wrap test-args`: Outputs the current process arguments as hex-encoded strings to verify argument integrity through the bootstrap loop. + ## The Core Architecture The tool focuses on a direct, transparent data path: |
