Giter Site home page Giter Site logo

ptlsp-trackers's Introduction

PTLSPTRACKERS

Lsp自己的BT Tracker服务器!

Docker一键部署

docker run --name tracker-server -d -p 6881:6666 -p 6881:6666/udp --restart=always moerats/tracker-server:latest

Nginx配置

location / {
    root /www/wwwroot/bt.ptlsp.com; # 确保这里是您的HTML文件所在的目录
    index index.html; # 假设您的自定义主页文件名为index.html
    try_files $uri $uri/ =404;
}
    
# /announce 路径的反向代理配置
    location /announce {
        proxy_pass http://127.0.0.1:6881;
        # 其他可能的代理设置...
    }

    # /stats 路径的反向代理配置
    location /stats {
        proxy_pass http://127.0.0.1:6881;
        # 根据需要添加其他代理设置
    }

    # /scrape 路径的反向代理配置
    location /scrape {
        proxy_pass http://127.0.0.1:6881;
        # 根据需要添加其他代理设置
    }

主页:

https://bt.ptlsp.com/

https://trackers.ptlsp.com/

调用地址

https://bt.ptlsp.com/announce

https://trackers.ptlsp.com/announce

统计地址:

https://bt.ptlsp.com/stats

https://bt.ptlsp.com/stats?mode=everything

https://bt.ptlsp.com/stats?mode=top100

https://bt.ptlsp.com/scrape

https://trackers.ptlsp.com/stats

https://trackers.ptlsp.com/stats?mode=everything

https://trackers.ptlsp.com/stats?mode=top100

https://trackers.ptlsp.com/scrape

ptlsp-trackers's People

Contributors

ptlsp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.