I recently setup a Partial cname setup and i have a few questions.
If i use the A record for my server, how will that affect the DNS on my end? i will like to keep all my DNS with my own team, but will like to use cloudflare for WAF purposes only.
If i use A-record, will it catch all the virtual host that live on my server?
Can an A-record in a partial cname setup be proxied with cloudflare? or do the proxy only works for Cnames?
Thanks for the quick response. Cloudflare documentation has given me two different answers:
*According to the Cloudflare documentation (Source: 141337k), in a Partial (CNAME) setup, A records cannot be proxied. Only CNAME records can be proxied through Cloudflare.*
The documentation states: “Proxy eligibility Only A, AAAA, and CNAME DNS records that serve HTTP or HTTPS traffic can be proxied. Other record types cannot be proxied.”
The confusion of the answer inside the documentation is why im asking. Thanks
According to the Cloudflare documentation (Source: 141337k), in a Partial (CNAME) setup, A records cannot be proxied. Only CNAME records can be proxied through Cloudflare.*
Hey, so lets say i own a server (me.example.com) and i got other virtual host that live on the server ( sue.example.com , bob.example.com, smith.example.com). Of course they all got the same IP address. How will cloudflare know to get to the correct virtual host?
Cloudflare sends traffic to the IP address that you have configured. You decide which virtual host accepts a specific request in your webserver’s settings.