GithubHelp home page GithubHelp logo

cfmanager's Introduction

CFmanager

cloud flare domain manager

此脚本依赖 curl和jq,请安装后再使用

通过调用cf api来快捷管理你托管在cloud flare的域


添加记录 : A ,AAAA , CANME , NS , TXT

可删除所有记录



  wget https://raw.githubusercontent.com/niylin/CFmanager/main/cfmanager.sh && chmod +x cfmanager.sh && ./cfmanager.sh
  


基于CloudflareSpeedTest 的自动优选

将脚本放在和CloudflareSpeedTest同目录下即可,会将测速结果解析到指定域名,修改脚本中相关参数,将将需要优选节点中的server改为指定域名,即实现优选

将脚本添加为crontab定时任务,定时运行即可.同样依赖jq和curl,CloudflareSpeedTest和此脚本均可在termux中运行,利用闲置手机来运行

crontab任务示例,每天8点运行一次

0 8 * * * ~/CloudflareST/cfst.sh

每两小时运行一次

0 */2 * * * ~/CloudflareST/cfst.sh


wget https://raw.githubusercontent.com/niylin/CFmanager/main/cfst.sh
  

cfmanager's People

Contributors

niylin 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.