1 allow-ipv6 = true 2 3 # ipv4 4 provider cloudflare.com:1 { 5 checkip-server = 1.1.1.1 6 checkip-path = /cdn-cgi/trace 7 username = zone.name 8 password = api_token # Create a unique custom api token with the following permissions: Zone.Zone - Read, Zone.DNS - Edit. 9 hostname = hostname.zone.name 10 ttl = 1 # optional, value of 1 is 'automatic'. 11 proxied = false # optional. 12 } 13 14 # ipv6 15 provider cloudflare.com:2 { 16 checkip-server = dns64.cloudflare-dns.com 17 checkip-path = /cdn-cgi/trace 18 username = zone.name 19 password = api_token # Use the same api token as above. 20 hostname = hostname.zone.name 21 ttl = 1 # optional, value of 1 is 'automatic'. 22 proxied = false # optional. 23 }