diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-15 21:29:09 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-15 21:29:09 -0300 |
commit | f90c753f3a0d360c70d33c87f6799c250fdc9df7 (patch) | |
tree | 20f0068dbbbae6821f674c5b5e271510f8a16a4d /content/config | |
parent | 39a547e1e60bc32ec0b0852c1086eb303c87d1bb (diff) |
Improved VPN messages and warnings
Diffstat (limited to 'content/config')
-rw-r--r-- | content/config/qbittorrent.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/content/config/qbittorrent.md b/content/config/qbittorrent.md index cb22adc..ba7d0a1 100644 --- a/content/config/qbittorrent.md +++ b/content/config/qbittorrent.md @@ -14,9 +14,9 @@ From their [website](https://www.qbittorrent.org/): So, just like µTorrent, qBitorrent is a torrent downloader. Pretty easy! -## First, if you are using the VPN... +## First, check your VPN! -Check if its running correctly. On your terminal, run: +If you configured Mullvad correctly, your VPN should already be running. To test, run on your terminal: ```bash $ yams check-vpn @@ -33,8 +33,9 @@ Getting your IP... Your IPs are different. qBittorrent is working as expected! ✅ ``` +If your VPN is working fine, move onwards to the [Initial configuration](#initial-configuration). -If the check fails, you'll see a message like this: +If the check fails (or you haven't configured the VPN), you'll see a message like this: ```bash Getting your qBittorrent IP... @@ -46,7 +47,7 @@ Getting your IP... Your IPs are the same! qBittorrent is NOT working! ⚠️ ``` -You should **always** run a VPN when downloading torrents! You can manually set your VPN here: [Advanced VPN settings](/advanced/vpn). You can come back here after you have fixed this! +**You should always run a VPN when downloading torrents!** You can manually set your VPN here: [Advanced VPN settings](/advanced/vpn). You can come back here after you have fixed this! ## Initial configuration |