diff options
Diffstat (limited to 'content/install')
-rw-r--r-- | content/install/using-the-cli.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/install/using-the-cli.md b/content/install/using-the-cli.md index a2e7f4d..afbe8ea 100644 --- a/content/install/using-the-cli.md +++ b/content/install/using-the-cli.md @@ -25,6 +25,7 @@ restart restarts yams services stop stops all yams services start starts yams services destroy destroy yams services so you can start from scratch +check-vpn checks if the VPN is working as expected ``` Everything is very self-explanatory, but I'll go in more detail here: @@ -33,6 +34,7 @@ Everything is very self-explanatory, but I'll go in more detail here: - `stop`: Stops all the services gracefully. - `start`: Starts all the services. - `destroy`: Destroys all the services so you can start the configuration from scrath. ⚠️ Be careful! ⚠️ There's no going back after this! +- `check-vpn`: Checks the IP of the qBittorrent service and compares it to your own IP. If they are the same, it's goign to warn you. If you get a `docker` permission error trying to use the CLI, go [here](/faqs/) to fix it. |