Skip to content

Commit

Permalink
更新说明,删除已到期的hz服务器
Browse files Browse the repository at this point in the history
更新说明,删除已到期的hz服务器
  • Loading branch information
1265578519 committed Sep 26, 2024
1 parent bf02237 commit 8724a06
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ curl http://localhost:8080/stats
* * * * * /sbin/pidof opentracker||{ cd /home/OpenTracker-master;cd opentracker;./opentracker -f opentracker.conf.sample -p 8080 -P 8080 -p 6961 -P 6961 -p 2710 -P 2710 &}
```

方式三,推荐替换二,可以代替之前的pidof判断oom杀进程,毕竟触发oom的之前几分钟因为内存不足都无法新建tcp连接,ssh都上不去
```markdown
* * * * * [ $(vmstat -SM | awk 'NR==3 {print $4}') -lt 100 ] && { killall -9 opentracker;sleep 3;cd /home/OpenTracker-master;cd opentracker;./opentracker -f opentracker.conf.sample -p 8080 -P 8080 -p 6961 -P 6961 -p 2710 -P 2710 &}
```


软件的自带帮助说明
``` markdown
Usage: ./opentracker [-i ip] [-p port] [-P port] [-r redirect] [-d dir] [-u user] [-A ip] [-f config] [-s livesyncport]
Expand Down Expand Up @@ -164,10 +170,14 @@ mail:erdgeist@erdgeist.org

推荐Tracker服务器购买优惠注册地址:
https://www.vultr.com/?ref=6813695
https://justhost.ru/services/vps/tariffs/13?ref=75001

注:2024年2月27日更新一次版本代码改动
centos6仅支持libowfat 0.31,centos7仅支持libowfat 0.32,请使用对应系统的版本编译opentracker,上方提供的安装代码当前版本为libowfat 0.32
centos6在使用 cd libowfat 进入目录的上方插入并且运行这段代码
```
rm -rf libowfat;mv libowfat-0.31 libowfat
```
```

有关Linux内核优化参数
只需要调整打开文件数,和禁用系统防火墙避免lsmod加载nf模块引起高CPU占用和触发丢包,其它的参数就微乎其微了
4 changes: 0 additions & 4 deletions tracker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ udp://tracker3.itzmx.com:6961/announce
udp://tracker4.itzmx.com:2710/announce
http://207.241.226.111:6969/announce
http://207.241.231.226:6969/announce
http://49.12.76.8:8080/announce
http://[2a01:4f8:c012:8025::1]:8080/announce
http://[2a04:ac00:1:3dd8::1:2710]:2710/announce
http://open.acgtracker.com:1096/announce
http://retracker.hotplug.ru:2710/announce
Expand All @@ -19,9 +17,7 @@ http://tracker.opentrackr.org:1337/announce
http://tracker2.dler.org/announce
udp://207.241.226.111:6969/announce
udp://207.241.231.226:6969/announce
udp://49.12.76.8:8080/announce
udp://52.58.128.163:6969/announce
udp://[2a01:4f8:c012:8025::1]:8080/announce
udp://[2a03:7220:8083:cd00::1]:451/announce
udp://[2a04:ac00:1:3dd8::1:2710]:2710/announce
udp://[2a0f:e586:f:f::81]:6969/announce
Expand Down

0 comments on commit 8724a06

Please sign in to comment.