Delete the current, and add the old one back.
We unfortunately cannot help you with that part.
But you can head to your Audit Log, which can maybe lead you on the right track.
If you’re looking for an action “Rec del”, and expand them, you might find the right (previous) record under the “Old Value”. If you see:
{
"Comment": null,
"Content": "192.0.2.123",
"Id": "[...]",
"Name": "spaghetti.example.com",
"Proxied": true,
"Tags": {},
"Ttl": 1,
"Type": "A",
"Zone id": "[...]",
"Zone name": "example.com"
}
It would mean you should add “spaghetti.example.com
” (ref.“Name”) back, as an A (ref. “Type”) record pointing to 192.0.2.123 (ref. “Content”).
For modified records (rather than deleted), you would simply look for the action “Rec set” instead, which should provide you with both “Old Value” and “New Value”.
Is the record Proxied (
)?
And can you elaborate on “not working”, - what exactly do you see?
Not other than the one mentioned above, after having that Proxied (
) AAAA record pointing to “100::”", the rest would be up to e.g. your Redirect Rules on Cloudflare, and whether or not that these have been configured as they should.
Is there any chance you could possibly share the list of DNS records for both the source and destination website, as well as the actual Redirect Rule you tried to set up?
If you prefer, the actual A/AAAA record(s) of your own server(s) can be partially redacted.