CheckCloudflareARecord


CheckCloudflareARecord
    [-token] <String>
    [-domain] <String>
    [-record] <String>
    [-ipaddr] <String>

Description

Used to ensure that a DNS A record is present within Cloudflare.

If the DNS entry already exists and if wrong, will write a warning and return false.

If the DNS entry does not exist, will write a warning and return false.

Example


CheckCloudflareARecord -token "CF-TOKEN" -domain "example.com" -record "mywebsite" -ipaddr "7.7.7.7"