Toggle CNAME entries using PHP?
- by skibulk
Is it possible with PHP to dynamically toggle CNAME entries? For example I have two mirrors with media to be served on my website. Mirror 1 has a monthly bandwidth cap so upon reaching it I want to automatically toggle to mirror 2.
I want to use CNAME because the resulting urls appear to be identical to search engines, an SEO friendly approach. If…