Skip to content

Commit

Permalink
Merge pull request #297 from zBart/patch-1
Browse files Browse the repository at this point in the history
Added ALIAS to the Cloudflare list of proxiable record types
  • Loading branch information
ross committed Nov 12, 2018
2 parents 4e9cd1d + c26c8b7 commit 4755140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octodns/provider/cloudflare.py
Expand Up @@ -28,7 +28,7 @@ def __init__(self, data):
CloudflareError.__init__(self, data)


_PROXIABLE_RECORD_TYPES = {'A', 'AAAA', 'CNAME'}
_PROXIABLE_RECORD_TYPES = {'A', 'AAAA', 'ALIAS', 'CNAME'}


class CloudflareProvider(BaseProvider):
Expand All @@ -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
Expand Down

0 comments on commit 4755140

Please sign in to comment.