项目作者: yaazkal

项目描述 :
Syncs records to Cloudflare DNS
高级语言: Go
项目地址: git://github.com/yaazkal/cfsync.git
创建时间: 2019-09-15T01:53:11Z
项目社区:https://github.com/yaazkal/cfsync

开源协议:

下载


cfsync - Syncs records to Cloudflare DNS

This is a WIP concept for Dynamic DNS using Cloudflare.

Multidomain and multi records are supported but not completly implemented.

Rename the file config.example.yml to config.yml

Example if you want to sync node.example.com

  1. api_key: YOUR_API_KEY_HERE
  2. email: mail@example.com
  3. zones:
  4. example.com:
  5. - name: node
  6. type: A

If you want to sync more than one domain and record, check the config.example.yml file for inspiration