Change IP where domain is pointing

Posted by Christian Sciberras on Stack Overflow See other posts from Stack Overflow or by Christian Sciberras
Published on 2010-05-10T14:01:56Z Indexed on 2010/05/10 14:14 UTC
Read the original article Hit count: 140

Filed under:
|
|
|
|

This is probably a very strange request.

I need to programmaticaly (via code) change the IP where a domain name is pointing to.

IE: xyz.com points to 100.100.100.100

setIP('xyz.com','100.100.100.100');

I know this [code] is practically impossible, however, what I need is to do this via domain host API etc or other possible ways you might think of.

I'd be happy even if it weren't anything more then sending an email to the DNS owner/host.

Do you know of anything the like or which might help?

(nb: considered throwing this at ServerFault, but felt it more at home here ;) )

Cheers!

© Stack Overflow or respective owner

Related posts about server

Related posts about php