mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-18 05:37:45 +02:00
Compare commits
3 Commits
8c0f713b01
...
ecbe38c3c8
Author | SHA1 | Date | |
---|---|---|---|
ecbe38c3c8 | |||
c9e87a8483 | |||
d41ca4d4e2 |
@ -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 \
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user