diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,9 +43,10 @@ To simplify usage, `wg-wrap` implements a profile system for managing WireGuard ### Profile Management Commands Beyond wrapping commands, `wg-wrap` provides management sub-commands to handle profiles: - `wg-wrap profile list`: Lists all available profiles in the config directory. -- `wg-wrap profile import <path>`: Imports a `.conf` file into the profiles directory, prompting for a profile name. +- `wg-wrap profile import <path> [name]`: Imports a `.conf` file into the profiles directory. If `[name]` is not provided, the profile name is derived from the `.conf` filename. Otherwise, the specified custom name is used. - `wg-wrap profile configure <name>`: Opens the selected profile in the system's default editor. - `wg-wrap profile delete <name>`: Removes the specified profile. +- `wg-wrap profile stop <name>`: Stops the tunnel/namespace associated with the specified profile and unpins it. ### Diagnostics For debugging and environment verification, `wg-wrap` provides diagnostic tools: |
