Referenced the IP address double check on the advanced VPN page

This commit is contained in:
Roger Gonzalez 2023-01-16 19:44:00 -03:00
parent 8804fb2ccc
commit c012021fd5
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
2 changed files with 8 additions and 4 deletions

View File

@ -6,7 +6,7 @@ weight: 100
summary: Advanced torreting advices summary: Advanced torreting advices
--- ---
# Dowloading torrents manually ## Dowloading torrents manually
Now that you have a Bittorrent client always available, you can use it to download any torrents you find online. Now that you have a Bittorrent client always available, you can use it to download any torrents you find online.
@ -32,7 +32,7 @@ downloads/
0 directories, 1 file 0 directories, 1 file
``` ```
# Double checking your torrent IP address ## Double checking your torrent client IP address
If you want to be extra sure your IP is not leaking in qBittorrent, you can use this simple check. If you want to be extra sure your IP is not leaking in qBittorrent, you can use this simple check.

View File

@ -10,7 +10,7 @@ Remember: **You should always use a VPN when downloading torrents!**.
YAMS uses [gluetun](https://github.com/qdm12/gluetun) for VPN. YAMS uses [gluetun](https://github.com/qdm12/gluetun) for VPN.
### Official supported VPNs ## Official supported VPNs
- [AirVPN](https://github.com/qdm12/gluetun/wiki/AirVPN) - [AirVPN](https://github.com/qdm12/gluetun/wiki/AirVPN)
- [Cyberghost](https://github.com/qdm12/gluetun/wiki/Cyberghost) - [Cyberghost](https://github.com/qdm12/gluetun/wiki/Cyberghost)
@ -38,7 +38,7 @@ YAMS uses [gluetun](https://github.com/qdm12/gluetun) for VPN.
You can also set a [custom VPN provider](https://github.com/qdm12/gluetun/wiki/Custom-provider), but **this is not officially supported for YAMS. You are on your own here.** You can also set a [custom VPN provider](https://github.com/qdm12/gluetun/wiki/Custom-provider), but **this is not officially supported for YAMS. You are on your own here.**
### Manual configuration ## Manual configuration
To manually configure your VPN, you have to edit your `docker-compose.yaml` file. To manually configure your VPN, you have to edit your `docker-compose.yaml` file.
@ -99,3 +99,7 @@ Your IPs are different. qBittorrent is working as expected! ✅
``` ```
If it's not running correctly, check every setting and make sure they are all correct. If it's not running correctly, check every setting and make sure they are all correct.
## Double check your torrent client IP address
Go [here](/advanced/torrenting/#double-checking-your-torrent-client-ip-address).