Error 1016 on apex domain redirect for over 24 hours

So I moved w5wut.com over to Cloudflare and set up a redirect to my blog. Redirects for any subdomain work just fine:
$ curl -si https://test.w5wut.com | grep location
location: https://zombo.com
$ curl -si https://test.w5wut.com | grep location
location: https://zombo.com
However, redirects on the apex domain just throw error 1016 constantly:
$ curl -s https://w5wut.com
error code: 1016
$ curl -s https://w5wut.com
error code: 1016
My DNS records look sane and I used the same example IP address as Cloudflare provides in their documentation (see screenshot). I've had tons of domains on Cloudflare over the years and this is the first time I've had one of these errors. Am I missing something? 🤔
No description
3 Replies
majorwoot
majorwootOP•16mo ago
My page rules are pretty boring:
No description
majorwoot
majorwootOP•16mo ago
No workers in use and no other rules present.
Akama Aka
Akama Aka•16mo ago
Cloudflare Community
Community Tip - Fixing Error: 530 / Error: 1016 Origin DNS Error
Error Try the suggestions in this Community Tip to help you fix “Error 530: Origin DNS Error”. Background Error 1016 / Error 530 indicates Cloudflare is unable to send requests to your server because its origin IP cannot resolve the A or CNAME DNS record requested. Even if Cloudflare’s Anycast address is resolving correctly, the record that s...

Did you find this page helpful?