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

Added ALIAS to the support list of proxiable record types

This commit is contained in:
Bart S
2018-11-12 16:08:05 +01:00
committed by GitHub
parent 4e9cd1d975
commit c26c8b7c3f

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