Giter Site home page Giter Site logo

cloudflare-ddns-script's Introduction

CloudFlare-DDNS-Script

CloudFlare 动态域名服务脚本

支持LEDE/OPENWRT,需要安装ca-bundle curl jq(opkg install ca-bundle curl jq)

依赖 jq 工具,请在 https://stedolan.github.io/jq/download/ 下载适合自己的版本。

LEDE/OPENWRT 某些版本使用 opkg install jq 之后运行脚本出问题的情况,也可以尝试手动指定

#LEDE/Openwrt may need install ca-bundle(opkg install ca-bundle)

#Your domain
DOMAIN="example.com"
#Your sub domain
SUB_DOMAIN="sub.example.com"
#Yor account
AUTH_EMAIL="Your account"
#Your auth key:https://www.cloudflare.com/a/profile --> Global API Key
AUTH_KEY="8b1a9953c4611296a827abf8c47804d7"
#The path of jq binaries . Download from https://stedolan.github.io/jq/download/
#Custom path with JQ_PATH=".jq-linux64"(64bit) , opkg installed just JQ_PATH="jq"
JQ_PATH="./jq-linux64"
#[Optional]https://www.cloudflare.com/a/overview/example.com --> Zone ID:
DNS_ZONE_ID=""
参数 含义
DOMAIN 域名
SUB_DOMAIN 待用的子域名
AUTH_EMAIL CloudFlare登录账号
AUTH_KEY Global API Key
JQ_PATH jq工具路径,LEDE/OPENWRT通过opkg安装的,则直接填写jq即可
DNS_ZONE_ID 域名Zone ID,可以不填写,不填写会自动获取

License

Copyright 2018, Engineer Zhou

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

cloudflare-ddns-script's People

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.