mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-15 10:26:44 +00:00
add aria2
This commit is contained in:
43
aria2/aria2.conf
Normal file
43
aria2/aria2.conf
Normal file
@@ -0,0 +1,43 @@
|
||||
dir=/downloads
|
||||
|
||||
file-allocation=none
|
||||
|
||||
continue=true
|
||||
|
||||
max-concurrent-downloads=5
|
||||
|
||||
max-connection-per-server=5
|
||||
|
||||
min-split-size=10M
|
||||
|
||||
split=5
|
||||
|
||||
disable-ipv6=true
|
||||
|
||||
## RPC ##
|
||||
enable-rpc=true
|
||||
|
||||
rpc-allow-origin-all=true
|
||||
|
||||
rpc-listen-all=true
|
||||
|
||||
#event-poll=select
|
||||
|
||||
rpc-listen-port=6800
|
||||
|
||||
rpc-secret=123456
|
||||
|
||||
## BT/PT ##
|
||||
|
||||
enable-dht=true
|
||||
|
||||
enable-peer-exchange=true
|
||||
|
||||
peer-id-prefix=-TR2770-
|
||||
user-agent=Transmission/2.77
|
||||
|
||||
seed-ratio=1
|
||||
|
||||
bt-seed-unverified=true
|
||||
|
||||
bt-save-metadata=true
|
||||
Reference in New Issue
Block a user