├── CNAME ├── README.md ├── css └── index.css ├── index.html └── js └── index.js /CNAME: -------------------------------------------------------------------------------- 1 | tk.sleele.com -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Aria2-Trackers 2 | ## 自动获取tracker文件并转换为Aria2可用格式 3 | 国外:https://tk.sleele.com 4 | 5 | 国内:https://sleele.gitee.io/aria2-trackers/ 6 | 7 | ### 另外推荐一下我制作的docker-aria2 8 | 支持自动更新trackers及诸多扩展功能 9 | 目前唯一支持自定义二级或多级目录的docker-aria2 10 | https://github.com/SuperNG6/docker-aria2 11 | https://hub.docker.com/r/superng6/aria2 12 | 13 | ## 2020.10.15日更新 14 | 15 | 1、将数据源地址更改为jsdelivr cdn地址,现在国内访问速度大大提升,应该不会再出现无法获取trackers的情况了 16 | 2、添加XIU2/TrackersListCollection trackers数据源,推荐使用,tracker数量更多,且更符合国情,包含更多国内站点 17 | 18 | Aria2下载BT和磁力经常会遇到没有速度这个问题,配置Trackers可以很大程度减少这种情况,并且可以加快BT下载速度,由于ngosang/trackerslist https://github.com/ngosang/trackerslist 给出的list Aria2是不能够直接解析的,需要稍作处理,于是便有了此工具,此工具基于kooolshare论坛的'898028948'释放的源码制作(http://koolshare.cn/forum.php?mod=viewthread&tid=139749&highlight=Trackers ),不过由于源码没有完全放出,无法运行。我做了一些补充完善,使之可以正常运行 19 | 20 | 21 | 使用教程:https://sleele.com/2019/05/12/aria2-trackers/ 22 |  23 | -------------------------------------------------------------------------------- /css/index.css: -------------------------------------------------------------------------------- 1 | * {font-family:"微软雅黑";} 2 | body {background:#fff;} 3 | input {cursor:pointer;} 4 | .ti {margin:0;padding:20px 0;line-height:30px;color:#333;} 5 | .ti a {color:#255359;} 6 | #trackertext {display:block;margin:0 auto;background:#255359;word-wrap:break-word;padding:15px;color:#fff;border-radius:2px; } 7 | .mantop {text-align:center;background-color:#fff;height:30px;line-height:30px;color:#255359;font-weight:500;border-bottom:1px solid rgba(0,0,0,0.22);padding:5px 0;} 8 | .mantop h1 {display:inline;font-size:20px;} 9 | .mantop a {color:#255359;text-decoration:none;} 10 | .wordback {width:100%;height:100%;text-align:center;background-repeat:repeat-x;} 11 | .tab {width:350px;margin:5px auto;background:#33A6B8;position:relative;padding:5px 15px;color:#fff;text-align:left;} 12 | .tab>input {position:absolute;right:0;margin-top:-2px;margin-right:3px;background:#0089A7;width:80px;color:#fff;height:25px;border:none;outline:none;} 13 | .tab>input:active {background:#255359;} 14 | #bucopy {margin-top:20px;width:120px;height:35px;background:#6A4C9C;color:#fff;border:none;outline:none;} 15 | #bucopy:active {background:#562E37} 16 | #trackercopy { width: 0; height:0;position: absolute; opacity: 0;filter:alpha(opacity=0);} 17 | .man_tk_text{ position: relative;width:80%;margin:5px auto;} 18 | #icos{ width:30px ;opacity: 0; height:30px;color:#fff ;background:#6A4C9C;z-index:100; display: block;position: absolute; right:-12px; top:-12px; border-radius:30px; font-style: inherit ; line-height:30px; text-align: center; font-size:14px;font-weight:700;} 19 | #modal-coupon{ opacity: 0; } 20 | .modal-overlay{background:rgba(248,249,250,.75); z-index: 10;cursor:default;;position:absolute;right:0;top:0;left:0;bottom:0;} 21 | .mian{ width: 100%; height: 100%; background: #255359;} 22 | .modal-title{ text-align: center; font-size: 20px; margin:5px 0;} 23 | .imgs{ width: 273px; margin: 0 auto; display: table;} 24 | .content{ text-align: center; margin-bottom:10px;} 25 | .container{width:300px;z-index: 20; height:330px;position: fixed; left:38%; top:20%; background: #fff; border-radius:5px; padding:5px; -moz-box-shadow:2px 2px 5px #333333; -webkit-box-shadow:2px 2px 5px #333333; box-shadow:2px 2px 5px #333333;} 26 | .butin{background:#D0104C;font-size: 12px; border: 0; text-align: center; width:20px; height:200px; border-radius:2px; padding:3px 0; color: #fff; cursor: pointer; margin:5px; opacity: 0.5;} 27 | .butin:hover{ opacity: 1;} 28 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 |trackers列表来自
16 | ngosang/trackerslist
17 | XIU2/TrackersListCollection
18 |
本项目源代码
19 | Aria2-Trackers
20 |
Docker Aria2的最佳实践
21 | Docker-Aria2
22 |
博客
23 | sleele的博客
24 |
此列表不一定保证有速度,没速度可以试试改下监听端口。
推荐使用XIU2_trackers,包含更多国内站点
56 |trackerslist生成的位置
66 |