Create aria2.conf
Browse files- aria2.conf +9 -0
aria2.conf
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
enable-rpc=true
|
| 2 |
+
rpc-listen-port=6800
|
| 3 |
+
rpc-secret=112325 # 如果您想設定密碼,請在此處填寫
|
| 4 |
+
dir=/opt/cloudreve/aria2_downloads
|
| 5 |
+
save-session=/opt/cloudreve/aria2.session
|
| 6 |
+
save-session-interval=60
|
| 7 |
+
input-file=/opt/cloudreve/aria2.session
|
| 8 |
+
enable-dht=true
|
| 9 |
+
enable-pex=true
|