If I have a working web site at example.com that runs with one hosting provider and wish to run ircd with another hosting provider, how would I set up subdomain irc.example.com for the server that runs that ircd?

link|improve this question
1  
possible duplicate of stackoverflow.com/questions/2704805/irc-subdomain-set-up – Jørn Schou-Rode Apr 24 '10 at 14:56
It is an exact duplicate, and there have been lots of similar questions recently. I'm pretty sure there's another exact duplicate question which I'm unable to find right now. – kaerast Apr 25 '10 at 12:54
feedback

migrated from stackoverflow.com Apr 25 '10 at 12:31

This question came from our site for professional and enthusiast programmers.

1 Answer

Just add another A record to your DNS zonefile with the hostname and IP address you want to use

link|improve this answer
feedback

Your Answer

 
or
required, but never shown