1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Merge pull request #297 from zBart/patch-1

Added ALIAS to the Cloudflare list of proxiable record types
This commit is contained in:
Ross McFarland
2018-11-12 08:19:03 -08:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ class CloudflareAuthenticationError(CloudflareError):
CloudflareError.__init__(self, data)
_PROXIABLE_RECORD_TYPES = {'A', 'AAAA', 'CNAME'}
_PROXIABLE_RECORD_TYPES = {'A', 'AAAA', 'ALIAS', 'CNAME'}
class CloudflareProvider(BaseProvider):
@@ -51,7 +51,7 @@ class CloudflareProvider(BaseProvider):
Note: The "proxied" flag of "A", "AAAA" and "CNAME" records can be managed
via the YAML provider like so:
name:
octodons:
octodns:
cloudflare:
proxied: true
ttl: 120