1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-19 22:17:45 +02:00

Compare commits

..

No commits in common. "ecbe38c3c8aa0f2c335363a744f0f4ca91f892e6" and "8c0f713b01d392cd24e7c412a3eb6670e42fdf83" have entirely different histories.

2 changed files with 4 additions and 13 deletions

View File

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

View File

@ -9,12 +9,3 @@ The software can be setup via [Docker](/wiki/docker.md) with the
[dyonr image](/wiki/docker-images/dyonr_-_qbittorrentvpn.md) that [dyonr image](/wiki/docker-images/dyonr_-_qbittorrentvpn.md) that
includes an [OpenVPN](/wiki/vpn.md#openvpn) tunnel. 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.