Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCloudflare: Alias record type on Apex always shows up as changing when proxied: true #302
Comments
|
I'm not able to reproduce this locally. Always running ---
www:
- type: A
value: 1.2.3.5
- type: AAAA
value: 2001:0db8:85a3:0:0:8a2e:0370:7334Then I added a proxied ALIAS/CNAME: ---
'':
octodns:
cloudflare:
proxied: true
ttl: 3600
type: ALIAS
value: www.aliased.net.
www:
- type: A
value: 1.2.3.5
- type: AAAA
value: 2001:0db8:85a3:0:0:8a2e:0370:7334
Subsequent sync's don't show any changes:
If I remove the proxied flag that seems to behave as expected:
And then subsequent syncs
|
|
I did find a problem with deleting ALIAS records from Cloudflare while trying to reproduce this bug, #305. Based on the description it doesn't sound like what you're running into. It has nothing to do with proxied flag and deleting it, just a general problem were you can't delete an ALIAS record. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Alias records on the Apex always show up as changing when proxied is set to true. Removing the
proxied: trueshows no records changing and doesn't undo the proxy through cloudflare config. Is any of this expected behavior? I would expect removingproxied: true, or settingproxied: falseto actually change this apex record.