diff --git a/entrypoint.sh b/entrypoint.sh index 005f4c3..69771fa 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -21,6 +21,8 @@ su-exec $UID aria2c \ --dht-listen-port=${DHT_LISTEN_PORT:-6881-6889} \ --dht-file-path=/data/dht.dat \ --dht-file-path6=/data/dht6.dat \ + --max-overall-download-limit=${MAX_OVERALL_DOWNLOAD_LIMIT:-0} \ + --max-overall-upload-limit=${MAX_OVERALL_UPLOAD_LIMIT:-0} \ --seed-ratio=0 \ --dir /data/ \ --save-session /data/torrents \