Help with simple domain name redirection registers
Since aparently you can't reidrect a non cloudflare managed domain to a cloudflare managed domain, I added cloudflare for my domain
Using cloudflare's DNS registers for -, how can I redirect this domain so that it points to my domain when accessed through a browser, and a Minecraft server IP when accessed ingame?
Essentially, the root IP would be used as both a redirected website address, and an ingame server IP. Preferably without the use of any subdomains.
I tried setting up two A registries as shown in the image. For now it's not working, I also tried setting TTS to 1 minute just to make sure it's not a patience issue, so I likely didn't do it right yet.
You can redirect any host to any other host on the internet using 301 and 302 redirects. https://developer.mozilla.org/en-US/docs/Web/HTTP/Redirections
What you are likely doing when you say that you can't redirect to a Cloudflare managed domain is via DNS. You cannot redirect from one site to another using DNS. DNS redirects using CNAME records for the purpose of DNS resolution, which means if you point to Cloudflare it would result in Cloudflare IP's and a 1000 error: https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-1xxx-errors/#error-1000-dns-points-to-prohibited-ip
URL redirection, also known as URL forwarding, is a technique to give more than one URL address to a page, a form, a whole website, or a web application. HTTP has a special kind of response, called a HTTP redirect, for this operation.

The errors described in this document might occur when visiting a website proxied by Cloudflare. For Cloudflare API or dashboard errors, review our โฆ
