找回密码
 立即注册
img_loading
智能检测中

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888广告投放联系QQ68610888
查看: 1971|回复: 6

[N1盒子] 谁有aria2配置文件给我打包来一个

[复制链接]
发表于 2021-7-16 17:11 | 显示全部楼层 |阅读模式
默认位置应该在 /var/etc/aria2或/etc/aria2,谁能帮我打包一个aria2文件夹,十分感谢
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
发表于 2021-7-16 19:54 | 显示全部楼层

点评

大哥。请问下,这个怎么用啊?我看官方的说明,要编译固件  详情 回复 发表于 2021-8-10 08:46
十分感谢,不过我已经用docker装了一个,然后复制了整个配置文件夹  详情 回复 发表于 2021-7-16 22:15
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2021-7-16 22:15 | 显示全部楼层
[A]1exander 发表于 2021-7-16 19:54
https://github.com/P3TERX/aria2.conf
自己去下吧

十分感谢,不过我已经用docker装了一个,然后复制了整个配置文件夹
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2021-8-10 08:46 | 显示全部楼层
[A]1exander 发表于 2021-7-16 19:54
https://github.com/P3TERX/aria2.conf
自己去下吧

大哥。请问下,这个怎么用啊?我看官方的说明,要编译固件

点评

这个只是配置文件 tracker 等一些文件,不是aria2c 程序,你可以用docker 或者下  详情 回复 发表于 2021-8-13 19:00
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2021-8-13 19:00 | 显示全部楼层
ekjalk 发表于 2021-8-10 08:46
大哥。请问下,这个怎么用啊?我看官方的说明,要编译固件

这个只是配置文件 tracker 等一些文件,不是aria2c 程序,你可以用docker 或者下
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2021-10-5 23:03 | 显示全部楼层
忘记是回复谁了,自己在论坛路面找吧,配置文件还附带中文说明的。
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2021-10-5 23:13 | 显示全部楼层
  1. # 登录密码
  2. rpc-secret=Aria2

  3. # NTFS建议使用falloc, EXT3/4建议trunc, MAC 下需要注释此项
  4. file-allocation=none

  5. # 下载目录
  6. dir=/tmp/storage/sda3/download

  7. # 断点续传
  8. continue=true

  9. # 无限次重试
  10. max-tries=0

  11. # 文件未找到重试次数
  12. max-file-not-found=20

  13. # 重试等待时间
  14. retry-wait=5

  15. # 最大同时下载任务数, 运行时可修改, 默认:5
  16. max-concurrent-downloads=5

  17. # 同一服务器连接数, 添加时可指定, 默认:1
  18. max-connection-per-server=16

  19. # 最小文件分片大小, 添加时可指定, 取值范围1M -1024M, 默认:20M
  20. # 假定size=10M, 文件为20MiB 则使用两个来源下载; 文件为15MiB 则使用一个来源下载
  21. min-split-size=2M

  22. # 单个任务最大线程数, 添加时可指定, 默认:5
  23. split=10

  24. # 启用磁盘缓存, 0为禁用缓存, 需1.16以上版本, 默认:16M
  25. disk-cache=20M

  26. # 使用 UTF-8 编码,默认 false
  27. content-disposition-default-utf8 = true

  28. # 禁用IPv6, 默认:false
  29. disable-ipv6=false

  30. # 从会话文件中读取下载任务
  31. input-file=/tmp/cryptdata/aria2gee/config/aria2.session

  32. # 在Aria2退出时保存`错误/未完成`的下载任务到会话文件
  33. save-session=/tmp/cryptdata/aria2gee/config/aria2.session

  34. # 定时保存会话, 0为退出时才保存, 需1.16.1以上版本, 默认:0
  35. save-session-interval=60

  36. # 启用RPC, 默认:false
  37. enable-rpc=true

  38. # 允许所有来源, 默认:false
  39. rpc-allow-origin-all=true

  40. # 允许非外部访问, 默认:false
  41. rpc-listen-all=true

  42. # 事件轮询方式, 取值:[epoll, kqueue, port, poll, select], 不同系统默认值不同
  43. event-poll=epoll

  44. # 当下载的是一个种子(以.torrent结尾)时, 自动开始BT任务, 默认:true
  45. follow-torrent=true

  46. # BT监听端口, 当端口被屏蔽时使用, 默认:6881-6999
  47. listen-port=6881-6999

  48. # 单个种子最大连接数, 默认:55
  49. bt-max-peers=255

  50. # 删除未选择的文件
  51. bt-remove-unselected-file = true

  52. # 打开DHT功能, PT需要禁用, 默认:true
  53. enable-dht=true

  54. # 打开IPv6 DHT功能, PT需要禁用
  55. enable-dht6=true

  56. # DHT网络监听端口, 默认:6881-6999
  57. dht-listen-port=6881-6999

  58. # 本地节点查找, PT需要禁用, 默认:false
  59. bt-enable-lpd=true

  60. # 种子交换, PT需要禁用, 默认:true
  61. enable-peer-exchange=true

  62. # 每个种子限速, 对少种的PT很有用, 默认:50K
  63. bt-request-peer-speed-limit=200K

  64. # 客户端伪装, PT需要
  65. peer-id-prefix="-TR133Z-123513"
  66. peer-agent="Transmission/$MAJOR.$MINOR"
  67. user-agent="Transmission/1.32 (6455)"

  68. # 当种子的分享率达到这个数时, 自动停止做种, 0为一直做种, 默认:1.0
  69. seed-ratio=1

  70. # 下载完成后做种分钟时间
  71. seed-time=120

  72. # 强制保存会话, 话即使任务已经完成, 默认:false
  73. # 较新的版本开启后会在任务完成后依然保留.aria2文件
  74. force-save=false

  75. # 种子下载保存位置
  76. follow-torrent=mem

  77. # BT校验相关, 默认:true
  78. bt-hash-check-seed=true

  79. # 继续之前的BT任务时, 无需再次校验, 默认:false
  80. bt-seed-unverified=false

  81. # 保存磁力链接元数据为种子文件(.torrent文件), 默认:false
  82. bt-save-metadata=true

  83. # tracker列表
  84. bt-tracker=udp://62.138.0.158:6969/announce,udp://185.225.17.100:1337/announce,http://185.225.17.100:1337/announce,udp://93.158.213.92:1337/announce,http://93.158.213.92:1337/announce,udp://151.80.120.112:2710/announce,udp://151.80.120.115:2710/announce,udp://185.19.107.254:80/announce,http://176.113.71.19:6961/announce,udp://208.83.20.20:6969/announce,udp://176.113.68.66:6961/announce,udp://37.235.174.46:2710/announce,udp://195.154.52.99:80/announce,udp://95.211.168.204:2710/announce,http://176.113.68.66:6961/announce,udp://91.216.110.52:451/announce,udp://5.206.19.247:6969/announce,udp://142.44.243.4:1337/announce,udp://54.37.235.149:6969/announce,udp://51.68.41.25:2710/announce,udp://159.100.245.181:6969/announce,udp://184.105.151.164:6969/announce,http://78.30.254.12:2710/announce,http://51.68.122.172:80/announce,http://184.105.151.164:6969/announce,http://82.209.230.66:80/announce,udp://52.28.76.37:6969/announce,udp://45.56.74.11:6969/announce,udp://51.15.40.114:80/announce,http://45.56.74.11:6969/announce,udp://194.143.148.21:2710/announce,udp://212.47.227.58:6969/announce,udp://185.83.215.123:6969/announce,udp://91.217.91.21:3218/announce,udp://190.146.242.80:7070/announce,udp://89.35.39.197:1337/announce,udp://52.29.11.73:6969/announce,udp://178.128.6.0:1337/announce,udp://104.244.79.229:6969/announce,udp://207.246.121.172:2000/announce,udp://109.248.43.36:6969/announce,udp://52.58.128.163:6969/announce,udp://45.86.70.144:6969/announce,udp://194.40.242.11:80/announce,udp://78.30.254.12:2710/announce,udp://212.1.226.176:2710/announce,udp://178.165.81.45:80/announce,udp://217.76.183.53:80/announce,udp://95.211.195.88:2710/announce,udp://45.79.176.39:6969/announce,udp://198.177.123.165:80/announce,https://104.244.79.229:443/announce,http://34.92.10.197:6789/announce,http://91.217.91.21:3218/announce,http://62.210.202.61:80/announce,http://104.244.79.229:80/announce,http://51.38.230.101:80/announce,http://78.30.254.12:2710/announce,http://62.210.177.88:1096/announce,http://45.79.176.39:6969/announce,http://86.62.124.78:80/announce,udp://99.238.163.236:6969/announce,udp://94.23.217.90:1337/announce,udp://116.203.78.224:9696/announce,http://95.107.48.115:80/announce,http://179.43.174.249:80/announce,http://209.141.39.35:6699/announce,http://2.234.154.249:2710/announce,http://209.141.39.35:8080/announce,http://188.68.224.156:6969/announce

  85. # tracker排除列表
  86. bt-exclude-tracker=http://bt-club.ws/announce # error,http://tracker.files.fm:6969/announce # malfunction,http://open.touki.ru/announce.php # malfunction,http://open.touki.ru/announce # malfunction,http://carbon-bonsai-621.appspot.com/announce # malfunction,https://carbon-bonsai-621.appspot.com/announce # malfunction,https://academic-p2p.appspot.com/announce # malfunction,udp://tracker.tricitytorrents.com:2710/announce # registered torrents,http://tracker.tricitytorrents.com:2710/announce # registered torrents,http://datascene.net/announce.php # registered torrents,http://deviloid.net:6969/announce # registered torrents,http://elitezones.ro/announce.php # registered torrents,http://www.elitezones.ro/announce.php # registered torrents,http://funfile.org:2710/announce # registered torrents,http://potuk.com:2710/announce # registered torrents,http://tehconnection.eu:2790/announce # registered torrents,http://torrents-nn.cn:2710/announce # registered torrents,http://tracker.baltracker.net:3390/announce # registered torrents,http://tracker.funfile.org:2710/announce # registered torrents,http://tracker.pussytorrents.org:3000/announce # registered torrents,http://tracker.torrentleech.org:2710/announce # registered torrents,http://www.bit-hdtv.com:2710/announce # registered torrents,http://www.blackcats-games.net:2228/announce # registered torrents,http://bt.beatrice-raws.org:80/announce # registered torrents,http://nyaa.tracker.wf:7777/announce # registered torrents,http://bt.hliang.com:2710/announce # registered torrents,http://bt.zlofenix.org:81/announce # registered torrents,http://hdreactor.org:2710/announce # registered torrents,http://mixfiend.com/announce.php # registered torrents,http://mvgroup.org:2710/announce # registered torrents,http://tracker.36dm.com:2710/announce # registered torrents,http://tracker.ali213.net:8080/announce # registered torrents,http://tracker.mininova.org/announce # registered torrents,http://tracker.tntvillage.scambioetico.org:2710/announce # registered torrents,http://tracker.torrenty.org:6969/announce # registered torrents,http://www.mvgroup.org:2710/announce # registered torrents,udp://tracker.tntvillage.scambioetico.org:2710/announce # registered torrents,http://anidex.moe:6969/announce # registered torrents,http://www.tribalmixes.com/announce.php # registered torrents,http://all4nothin.net/announce.php # registered torrents,http://www.all4nothin.net/announce.php # registered torrents,http://www.xwt-classics.net/announce.php # registered torrents,http://big-boss-tracker.net/announce.php # registered torrents,http://www.thevault.bz:2810/announce # registered torrents,http://www.theplace.bz:2910/announce # registered torrents,http://www.theoccult.bz:3010/announce # registered torrents,http://www.thegeeks.bz:3210/announce # registered torrents,http://tracker.theempire.bz:3110/announce # registered torrents,http://a.leopard-raws.org:6969/announce # registered torrents,http://bt1.archive.org:6969/announce # registered torrents,http://bt2.archive.org:6969/announce # registered torrents,http://torrent.arjlover.net:2710/announce # registered torrents,http://tr.bangumi.moe:6969/announce # registered torrents,http://tracker.tasvideos.org:6969/announce # registered torrents,https://tr.bangumi.moe:9696/announce # registered torrents,http://tracker.minglong.org:8080/announce # registered torrents,http://torrent-team.net/announce.php # registered torrents,http://www.shnflac.net/announce.php # registered torrents,http://tracker.gigatorrents.ws:2710/announce # registered torrents,http://tracker.torrentbytes.net/announce.php # registered torrents,http://tracker.anirena.com:80/announce # registered torrents,http://masters-tb.com/announce.php # registered torrents,http://www.learnbits.me/announce.php # registered torrents,http://bithq.org/announce.php # registered torrents,http://torrentzilla.org/announce # registered torrents,http://torrentzilla.org/announce.php # registered torrents,http://blackz.ro/announce.php # registered torrents,http://finbytes.org/announce.php # registered torrents,http://mediaclub.tv/announce # registered torrents,http://mediaclub.tv/announce.php # registered torrents,http://metal.iplay.ro/announce.php # registered torrents,http://milliontorrent.pl/announce.php # registered torrents,http://proaudiotorrents.org/announce.php # registered torrents,http://tc-boxing.com/announce.php # registered torrents,http://www.bitseduce.com/announce.php # registered torrents,http://www.biztorrents.com/announce.php # registered torrents,http://www.thetradersden.org/forums/tracker/announce.php # registered torrents,http://www.yuwabits.net/announce.php # registered torrents,http://baibako.tv/announce # registered torrents,http://bluebird-hd.org/announce.php # registered torrents,http://data-bg.net/announce.php # registered torrents,http://kinorun.com/announce.php # registered torrents,http://tracker.tambovnet.org/announce.php # registered torrents,http://uatracker.net/announce.php # registered torrents,http://www.siambt.com/announce.php # registered torrents,http://www.worldboxingvideoarchive.com/announce.php # registered torrents,http://bt.edwardk.info:2710/announce # registered torrents,http://bt.edwardk.info:4040/announce # registered torrents,http://bt.edwardk.info:6969/announce # registered torrents,http://bt2.edwardk.info:2710/announce # registered torrents,http://bt2.edwardk.info:4040/announce # registered torrents,http://bt2.edwardk.info:6969/announce # registered torrents,http://open.nyaatorrents.info:6544/announce # registered torrents,http://open.lolicon.eu:7777/announce # registered torrents,http://torrent.resonatingmedia.com:6969/announce # registered torrents,udp://9.rarbg.to:2730/announce # duplicate of udp://9.rarbg.to:2710/announce,udp://9.rarbg.com:2710/announce # duplicate of udp://9.rarbg.to:2710/announce,udp://9.rarbg.com:2770/announce # duplicate of udp://9.rarbg.to:2710/announce,udp://9.rarbg.com:2800/announce # duplicate of udp://9.rarbg.to:2710/announce,udp://9.rarbg.to:2740/announce # duplicate of udp://9.rarbg.to:2710/announce,udp://9.rarbg.me:2780/announce # duplicate of udp://9.rarbg.to:2710/announce,udp://9.rarbg.me:2770/announce # duplicate of udp://9.rarbg.to:2710/announce,http://tracker4.itzmx.com:6961/announce # duplicate of http://tracker4.itzmx.com:2710/announce,udp://tracker.coppersurfer.tk:80/announce # duplicate of udp://tracker.coppersurfer.tk:6969/announce,udp://tracker.coppersurfer.tk:1337/announce # duplicate of udp://tracker.coppersurfer.tk:6969/announce,udp://tracker.pirateparty.gr:6969/announce # duplicate of udp://tracker.coppersurfer.tk:6969/announce,http://tracker.electro-torrent.pl:80/announce # duplicate of http://tracker.torrentyorg.pl:80/announce,udp://denis.stalker.upeer.me:1337/announce # duplicate of udp://denis.stalker.upeer.me:6969/announce,https://2.tracker.eu.org:443/announce # duplicate https://1.tracker.eu.org:443/announce,https://3.tracker.eu.org:443/announce # duplicate https://1.tracker.eu.org:443/announce,https://tracker.torrentsnows.com:443/announce # registered torrents,http://torrent.fedoraproject.org:6969/announce # registered torrents,http://torrent.mp3quran.net:80/announce.php # registered torrents,http://bt.3dmgame.com:2710/announce # registered torrents,http://bt.ali213.net:8000/announce # registered torrents,http://tracker.ali213.net:8000/announce # registered torrents,http://bt.firebit.org:2710/announce # registered torrents,http://concen.org:6969/announce # registered torrents,http://datascene.net:80/announce.php # registered torrents,http://www.zone-torrent.net:80/announce.php # registered torrents,http://tracker.kali.org:6969/announce # registered torrents,http://tracker.etree.org:6969/announce # registered torrents,udp://www.mvgroup.org:2710/announce # registered torrents,http://www.megatorrents.kg:80/announce.php # registered torrents

  87. # 将主机和端口设置为IPv4 DHT网络的入口点
  88. dht-entry-point=router.bittorrent.com:6881

  89. # 一直尝试恢复下载
  90. always-resume=true

  91. # 将文件映射到内存中
  92. enable-mmap=true
  93. dht-file-path=/tmp/cryptdata/aria2gee/config/dht.dat
  94. dht-file-path6=/tmp/cryptdata/aria2gee/config/dht6.dat
  95. on-download-start=/etc/aria2gee/hook.sh
  96. on-download-complete=/etc/aria2gee/hook.sh
  97. on-download-error=/etc/aria2gee/hook.sh
复制代码
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

欢迎大家光临恩山无线论坛

只谈技术、莫论政事!切勿转播谣言!为了你也为了他人。
只谈技术、莫论政事!(点击见详情) 切记不要随意传播谣言,把自己的日子过安稳了就行,为了自己好也为了大家好。 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。

查看 »

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2025-6-26 14:36

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com

快速回复 返回顶部 返回列表