Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

The options associated with updating a CloudFlare DNS record with an IP address.

Hierarchy

  • IOptions

Implemented by

Index

Properties

Properties

auth

auth: IAuth

CloudFlare API settings for key and email authentication.

Optional ip

ip: string

The new IP address for the record. If left undefined, the external IP as defined by myexternalip.com API is used.

recordName

recordName: string

The name of the DNS record (e.g. subdomain.example.com).

zoneName

zoneName: string

The name of the CloudFlare zone (e.g. example.com).

Generated using TypeDoc