the A records for webmail point to 104.21.4.213, 172.67.132.129, 45.33.30.249. I see that they are all proxied. not sure what that means. when I do icann lookups for those addresses I get cloudflare, cloudflare and linode. Not sure what this really means. Is the final destination of webmail.mydomain.com
at cloudflare or does the proxy mean it is being sent somewhere else? And if so, how do I know where they are being sent (I am a tech and have inherited this, so I have no idea how this was all setup and neither does anyone else, I am trying to figure it all out)
Proxied hostname DNS records from the DNS tab at Cloudflare Dashboard will always return a Cloudflare IP on a lookup, while in the background the request goes to the origin (server IP address) to which that particular hostname is pointed and being hosted on a (sub)domain.
Furthermore, the hostname(s) use Cloudflare features like speed & security, which can be modified per need.
Just make sure you’re having a valid SSL certificate at your hosting provider/origin for webmail
hostname and make sure you’re using Full (Strict) SSL under the SSL/TLS settings at the Cloudflare dashboard.
Regarding the real example, I usually have a DNS record A webmail
pointed to example IP address like 192.0.2.1
, because using the Cloudflare Worker for a path webmail.mydomain.com
I do a redirect 301 to the hosting provider’s domain like webmail.my-hosting-provider.com
, therefrom protecting my and making it available for the users, employees, customers, etc.
Nevertheless, since it’s , I apply the specific WAF Rule to block requests from everyone else except my country and also using 2nd WAF Rule I challenge each request of my own country trying to enter
webmail.mydomain.com
just in case.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.