How do I know my CDN is connected to my hostinger based wordpress website?

just quick one
4 Replies
Cyb3r-Jak3
Cyb3r-Jak35mo ago
If your DNS records are proxied then you are using the CDN
Maharramli
Maharramli5mo ago
thx buddy
Ayaan
Ayaan5mo ago
also when you access (YOUR WEBSITE)/cdn-cgi/trace returns something like this you are using Cloudflare CDN
fl=
h=YOUR_DOMAIN
ip=YOUR_IP_ADDRESS
ts=CURRENT_TIME_UNIX(something like this: 1704708522.837)
visit_scheme=https
uag=YOUR_USER_AGENT(something like this: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0)
colo=CDN_SERVER(such as HKG)
sliver=010-tier1
http=http/3
loc=YOUR_LOCATION
tls=TLSv1.3
sni=plaintext
warp=off
gateway=off
rbi=off
kex=X25519
fl=
h=YOUR_DOMAIN
ip=YOUR_IP_ADDRESS
ts=CURRENT_TIME_UNIX(something like this: 1704708522.837)
visit_scheme=https
uag=YOUR_USER_AGENT(something like this: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0)
colo=CDN_SERVER(such as HKG)
sliver=010-tier1
http=http/3
loc=YOUR_LOCATION
tls=TLSv1.3
sni=plaintext
warp=off
gateway=off
rbi=off
kex=X25519
Maharramli
Maharramli5mo ago
Appreciated