diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/advanced/torrenting.md | 4 | ||||
-rw-r--r-- | content/advanced/vpn.md | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/content/advanced/torrenting.md b/content/advanced/torrenting.md index afb5ac9..dbab4b7 100644 --- a/content/advanced/torrenting.md +++ b/content/advanced/torrenting.md @@ -6,7 +6,7 @@ weight: 100 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. @@ -32,7 +32,7 @@ downloads/ 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. diff --git a/content/advanced/vpn.md b/content/advanced/vpn.md index ca84150..b6aeead 100644 --- a/content/advanced/vpn.md +++ b/content/advanced/vpn.md @@ -10,7 +10,7 @@ Remember: **You should always use a VPN when downloading torrents!**. YAMS uses [gluetun](https://github.com/qdm12/gluetun) for VPN. -### Official supported VPNs +## Official supported VPNs - [AirVPN](https://github.com/qdm12/gluetun/wiki/AirVPN) - [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.** -### Manual configuration +## Manual configuration 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. + +## Double check your torrent client IP address + +Go [here](/advanced/torrenting/#double-checking-your-torrent-client-ip-address). |