Giter VIP home page Giter VIP logo

cf-ip-scan's Introduction

CF-IP-Scan

Cloudflare IP Scan ip.txt 是存放你扫描好的 IP 地址列表 ddns.txt 文件存放的是 zone_id 和 域名 ID 其中缺少 iptest 测试程序,去 github 下载后改名为 iptest 按照数组顺序存放,示例里面是存放了三个域名 A 记录

查询 DNS 纪录

curl --location 'https://api.cloudflare.com/client/v4/zones/你的zoneid/dns_records' --header 'Authorization: Bearer 你的bearer密钥'

Deploy CF-IP-Scan to Render

Deploy to Render

Deploy CF-IP-Scan to Heroku

Deploy

Deploy CF-IP-Scan to railway

Deploy on Railway

Deploy CF-IP-Scan to Local (Docker)

git clone https://github.com/3Kmfi6HP/CF-IP-Scan.git
cd CF-IP-Scan
docker build -t cf-ip-scan .
docker run -d --name cf-ip-scan cf-ip-scan
docker exec -it cf-ip-scan bash

Deploy CF-IP-Scan to Local (Bash)

git clone https://github.com/3Kmfi6HP/CF-IP-Scan.git
cd CF-IP-Scan
bash entrypoint.sh

Deploy CF-IP-Scan to Local (docker-compose)

git clone https://github.com/3Kmfi6HP/CF-IP-Scan.git
cd CF-IP-Scan
nano docker-compose.yml # edit your config
docker-compose up -d

done

cf-ip-scan's People

Contributors

3kmfi6hp avatar ipan233 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.