项目作者: ameer1234567890

项目描述 :
A Cloudflare DDNS client on an Arduino (ESP8266)
高级语言: C++
项目地址: git://github.com/ameer1234567890/Arduino-Cloudflare-DDNS-Client.git
创建时间: 2019-06-04T15:53:10Z
项目社区:https://github.com/ameer1234567890/Arduino-Cloudflare-DDNS-Client

开源协议:MIT License

下载


Arduino-Cloudflare-DDNS-Client

A Cloudflare DDNS client on an Arduino (ESP8266)

This does DDNS (Dynamic DNS) updates on the Cloudflare API endpoint, on an Arduino (ESP8266)

  • Step 1: Fill in EMAIL, TOKEN, DOMAIN and SUBDOMAIN. Your API token is here: https://dash.cloudflare.com/profile/api-tokens. Make sure the token is the Global token, or has these permissions: #zone:read, #dns_record:read, #dns_records:edit
  • Step 2: Create an A record on Cloudflare with the subdomain you choose.
  • Step 5: Compile and flash to your choice of ESP8266 board.