/cloudflare-ipv6-ddns

Cloudflare IPv6 real-time Dynamic DNS on macOS 11

Primary LanguageSwiftGNU General Public License v3.0GPL-3.0

Cloudflare IPv6 Dynamic DNS on macOS 11

Version 0.0.1-alpha Features:

Required configuration file

/usr/local/etc/cloudflare_ipv6_ddns.json

{
  "NET_IF": "en0",
  "ZONE_ID": "xxxx",
  "RECORD_ID": "xxxx",
  "API_TOKEN": "xxxx"
}

Installation

brew tap xiruizhao/cf6ddns
brew install cf6ddns