https://github.com/star2000/aria2rc
aria2 终极配置
https://github.com/star2000/aria2rc
aria2 aria2rc powershell
Last synced: 3 months ago
JSON representation
aria2 终极配置
- Host: GitHub
- URL: https://github.com/star2000/aria2rc
- Owner: star2000
- License: gpl-3.0
- Created: 2019-09-02T12:39:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T08:47:44.000Z (almost 2 years ago)
- Last Synced: 2024-03-14T09:54:15.454Z (almost 2 years ago)
- Topics: aria2, aria2rc, powershell
- Language: PowerShell
- Homepage:
- Size: 4.09 MB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aria2rc
[](https://github.com/star2000/count)
[](https://github.com/star2000/count)
[](https://github.com/star2000/count)
[](https://github.com/star2000/count)
安装、配置、自启,全自动。
## 安装后如何使用
建议搭配 Microsoft Edge 浏览器的[Aria2 manager](https://microsoftedge.microsoft.com/addons/detail/ojbidmhgnhijiiagnlfnlbhhnkajklcl)插件使用
Aria2 manager 安装后需要到[AriaNg 设置](extension://ojbidmhgnhijiiagnlfnlbhhnkajklcl/ui/ariang/index.html#!/settings/ariang),将`RPC`页的`Aria2 RPC 地址`行的最左边的空改成`127.0.0.1`
另外建议去[Aria2 manager 配置页](extension://ojbidmhgnhijiiagnlfnlbhhnkajklcl/ui/options.html)勾选`自动拦截下载任务到 Aria2c`
## 安装
### Windows
鼠标移至命令上,连点三次,`Ctrl+C`,`Win+R`,`Ctrl+V`,`Enter`
```powershell
powershell -NoProfile -Command "& {iwr -useb 'https://fastly.jsdelivr.net/gh/star2000/aria2rc@master/install.ps1' | iex}"
```
### Linux
```bash
wget -qO- 'https://fastly.jsdelivr.net/gh/star2000/aria2rc@master/install.sh' | sh
```
## 卸载
### Windows
```powershell
powershell -NoProfile -Command "& {iwr -useb 'https://fastly.jsdelivr.net/gh/star2000/aria2rc@master/uninstall.ps1' | iex}"
```
### Linux
```bash
wget -qO- 'https://fastly.jsdelivr.net/gh/star2000/aria2rc@master/uninstall.sh' | sh
```