diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2d82b1b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "sys.py/pyaria2-rpc"] + path = sys.py/pyaria2-rpc + url = https://github.com/cuu/pyaria2-rpc.git diff --git a/aria2.conf b/aria2.conf new file mode 100644 index 0000000..dcc4820 --- /dev/null +++ b/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 diff --git a/aria2c b/aria2c new file mode 100755 index 0000000..6e6f168 Binary files /dev/null and b/aria2c differ diff --git a/sys.py/pyaria2-rpc b/sys.py/pyaria2-rpc new file mode 160000 index 0000000..3c0e093 --- /dev/null +++ b/sys.py/pyaria2-rpc @@ -0,0 +1 @@ +Subproject commit 3c0e09326b044fe4c32f0c2f4be20ba501c529c9