summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-31 16:06:13 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-31 16:06:13 -0300
commitf6dcc5b71ef5a881a832861b122bf4f6e7e4c602 (patch)
tree365bf6732e59946433cd0899fdf00bd6106bb4aa
parent909a8a9ef66bb485f1fc6338a0f367f937b0bd05 (diff)
Moved VPN configuration after setting tun0
-rw-r--r--content/config/qbittorrent.md79
1 files changed, 40 insertions, 39 deletions
diff --git a/content/config/qbittorrent.md b/content/config/qbittorrent.md
index d62b088..17b6003 100644
--- a/content/config/qbittorrent.md
+++ b/content/config/qbittorrent.md
@@ -14,45 +14,6 @@ From their [website](https://www.qbittorrent.org/):
So, just like µTorrent, qBitorrent is a torrent downloader. Pretty easy!
-## First, check your VPN!
-
-If you configured your VPN correctly, it should be running. To test, run on your terminal:
-
-```bash
-$ yams check-vpn
-```
-
-If everything is working correctly, you should get a message like this:
-
-```bash
-Getting your qBittorrent IP...
-<qBittorrent IP>
-Your country in qBittorrent is Brazil
-
-Getting your IP...
-<your local IP>
-Your local IP country is North Korea
-
-Your IPs are different. qBittorrent is working as expected! ✅
-```
-If your VPN is working fine, move onward to the [Initial configuration](#initial-configuration).
-
-If the check fails (or you haven't configured the VPN), you'll see a message like this:
-
-```bash
-Getting your qBittorrent IP...
-<your local IP>
-Your country in qBittorrent is North Korea
-
-Getting your IP...
-<your local IP>
-Your local IP country is North Korea
-
-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/#manual-configuration) or you can run the YAMS installer again and use the automatic installer. 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:
@@ -93,6 +54,46 @@ Finally, go to the bottom of the modal and click "Save".
[![qbittorreft-6](/pics/qbittorrent-6.png)](/pics/qbittorrent-6.png)
+## Check your VPN!
+
+If you configured your VPN correctly, it should be running. To test, run on your terminal:
+
+```bash
+$ yams check-vpn
+```
+
+If everything is working correctly, you should get a message like this:
+
+```bash
+Getting your qBittorrent IP...
+<qBittorrent IP>
+Your country in qBittorrent is Brazil
+
+Getting your IP...
+<your local IP>
+Your local IP country is North Korea
+
+Your IPs are different. qBittorrent is working as expected! ✅
+```
+If your VPN is working fine, move onward to [That's done!](#thats-done).
+
+If the check fails (or you haven't configured the VPN), you'll see a message like this:
+
+```bash
+Getting your qBittorrent IP...
+<your local IP>
+Your country in qBittorrent is North Korea
+
+Getting your IP...
+<your local IP>
+Your local IP country is North Korea
+
+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/#manual-configuration) or you can run the YAMS installer again and use the automatic installer. Come back here after you have fixed this!
+
+
## That's done!
Excellent! Now we can move forward with [Radarr](/config/radarr).