-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
支持自定义aria2设置 #185
Comments
很多地方端口是硬编码的,而且 aria2 并不会占多少资源,内存 1MB 都不到,感觉这个没有太大意义吧 |
有意义,管理界面太丑 |
之前有考虑这个,但是会持续占满一个核心的 CPU 100% 。。。热量飞起 |
我的意思是我已经有一个 web 管理界面了,你程序里又给我来一个,不方便 |
@pOH7 我觉得你可以对作者稍稍尊重点,语气稍稍客气点,好么? |
@typcn 请问可以设置aria2的配置令其指向路由器吗?或者有什么办法可以导出下载链接?谢谢! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
个人在系统启动时已经起了aria2c的后台进程并开启了
--enable-rpc=true --rpc-listen-all=true --rpc-allow-origin-all
flag,希望能直接复用而不是单独多启动一个。The text was updated successfully, but these errors were encountered: