Browse Source

add aria2c pyaria2-rpc

cuu 4 years ago
parent
commit
ac0df61352
4 changed files with 13 additions and 0 deletions
  1. 3 0
      .gitmodules
  2. 9 0
      aria2.conf
  3. BIN
      aria2c
  4. 1 0
      sys.py/pyaria2-rpc

+ 3 - 0
.gitmodules

@@ -0,0 +1,3 @@
+[submodule "sys.py/pyaria2-rpc"]
+	path = sys.py/pyaria2-rpc
+	url = https://github.com/cuu/pyaria2-rpc.git

+ 9 - 0
aria2.conf

@@ -0,0 +1,9 @@
+  max-connection-per-server=5
+  enable-rpc=true
+  rpc-allow-origin-all=true
+  rpc-listen-all=true
+  log-level=error
+  log=/tmp/aria.log
+  dir=~/aria2download
+  daemon=true
+  allow-overwrite=true

BIN
aria2c


+ 1 - 0
sys.py/pyaria2-rpc

@@ -0,0 +1 @@
+Subproject commit 3c0e09326b044fe4c32f0c2f4be20ba501c529c9