I'm coding an application the lets people attach their custom domains to it without my manual intervention or messing with httpd.conf.
So I need a method very similar to the method described by Google at the following URL: http://www.google.com/support/blogger/bin/answer.py?hl=en&answer=55373... Except I'm not Google, so I may switch hosting provider anytime and the IPs will be completely changed.
That will cause a HUGE problem since it means I have to get everyone to update their domain CNAME settings which is impossible without severe downtime.
So how can I have the domains pointed to something fixed like ns1/ns2.mydomain.com?
Your help would be greatly appreciated.