Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 519 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 519 Bytes

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

api_key: YOUR_API_KEY_HERE
email: mail@example.com
zones:
  example.com:
    - name: node
      type: A

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