I have apache traffic server which caches my webapp and its connected to a CDN. I have to reject all http requests other than my CDN.
IPTABLES rules can't do anything because, as of my knowledge, it won't deal with domain names. hosts.allow and hosts.deny also a no-go.
is there any way to natively block all other http traffic. I don't want to install any third party app because I don't want additional load for my server.
Thank you