diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-15 21:19:49 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-15 21:19:49 -0300 |
commit | 4492bd92787db43bdaf8024d2a8b00caddd8703c (patch) | |
tree | d10b64e5a1cb95716c8603bbf127b1044ebebb0f /content/config | |
parent | eac204e2ada6d632ce5865bdb4a89dc362aaed52 (diff) |
Added Advanced VPN settings
Diffstat (limited to 'content/config')
-rw-r--r-- | content/config/qbittorrent.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/content/config/qbittorrent.md b/content/config/qbittorrent.md index cad4457..cb22adc 100644 --- a/content/config/qbittorrent.md +++ b/content/config/qbittorrent.md @@ -14,6 +14,40 @@ 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... + +Check if its running correctly. On your terminal, run: + +```bash +$ yams check-vpn +``` + +If everything is working correctly, you should get a message like this: + +```bash +Getting your qBittorrent IP... +<qBittorrent IP> + +Getting your IP... +<your local IP> + +Your IPs are different. qBittorrent is working as expected! ✅ +``` + +If the check fails, you'll see a message like this: + +```bash +Getting your qBittorrent IP... +<your local IP> + +Getting your IP... +<your local 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! + ## Initial configuration In your browser, go to [http://{your-ip-address}:8080/]() and you'll see qBittorrent's admin page. The default username and password are: |