From 4492bd92787db43bdaf8024d2a8b00caddd8703c Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sun, 15 Jan 2023 21:19:49 -0300 Subject: Added Advanced VPN settings --- content/config/qbittorrent.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'content/config') 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... + + +Getting your 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... + + +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! + ## 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: -- cgit v1.2.3