1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-18 05:37:45 +02:00

Compare commits

...

3 Commits

Author SHA1 Message Date
ecbe38c3c8 qbittorrent: updated links 2023-03-15 05:06:06 +01:00
c9e87a8483 qbittorrent: updated links 2023-03-15 05:04:35 +01:00
d41ca4d4e2 transmission: cleanup rebuild 2023-03-15 05:00:33 +01:00
2 changed files with 13 additions and 4 deletions

View File

@ -57,10 +57,10 @@ docker run --name transmission \
-v /etc/localtime:/etc/localtime:ro \
-v transmission_data:/data \
-v transmission_config:/config \
-e OPENVPN_PROVIDER=vpn \
-e OPENVPN_CONFIG=vpn-country-udp \
-e OPENVPN_USERNAME=username \
-e OPENVPN_PASSWORD=password \
-e OPENVPN_PROVIDER=<vpn provider> \
-e OPENVPN_CONFIG=<vpn_-_country-udp> \
-e OPENVPN_USERNAME=<username> \
-e OPENVPN_PASSWORD=<password> \
-e LOCAL_NETWORK=192.168.178.0/24 \
-e CREATE_TUN_DEVICE=true \
-e WEBPROXY_ENABLES=false \

View File

@ -9,3 +9,12 @@ The software can be setup via [Docker](/wiki/docker.md) with the
[dyonr image](/wiki/docker-images/dyonr_-_qbittorrentvpn.md) that
includes an [OpenVPN](/wiki/vpn.md#openvpn) tunnel.
## Limiting Upload and Download
By right clicking torrents a limit for the upload and download can be set.
Setting the limit to `0` and disable the upload/download at all is not possible.
The general upload and download can be limited under the tab `Speed` in the
`Options` under the `Tools` menu.
If a client is needed that diables upload or download completely another client
from the [bittorrent entry](/wiki/bittorrent.md#clients) should be used.