介绍

就是跑点流量,不占用系统资源,均为docker部署,环境隔离,不会影响到小鸡已经安装的应用,适合便宜的小鸡回血

Traffmonetizer

注册地址:https://traffmonetizer.com/

一键安装:

  • 安装docker
curl -fsSL https://get.docker.com | bash
  • 一键运行
docker run -d --restart=always --name tm traffmonetizer/cli start accept --token XXXXXX
# xxx为自己的首页的那个“Your application token”

Peer2profit

注册地址: https://peer2profit.io/

一键安装:

  • 安装docker(前面装了跳过此步骤)
curl -fsSL https://get.docker.com | bash
  • 一键运行
export P2P_EMAIL=XXXXXX; 
docker rm -f peer2profit || true && docker run -d --restart always \
        -e P2P_EMAIL=$P2P_EMAIL \
        --name peer2profit \
        peer2profit/peer2profit_linux:latest
# xxx为你的注册邮箱