Date: Tue, 5 Aug 2003 22:22:30 +0200 (CEST) From: list@jonepet.net To: freebsd-questions@freebsd.org Subject: Re: IRC server recommendations? Message-ID: <51684.2001:730:11:4e:1:1:1:3.1060114950.squirrel@webmail.jonepet.net> In-Reply-To: <44EAA1FB4AB8D411B03C00508B6D6E2809FB4919@mail.thq.com> References: <44EAA1FB4AB8D411B03C00508B6D6E2809FB4919@mail.thq.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> Hello all, > > We have a dedicated server that is running FreeBSD 4.8. > > We need to run an IRC server off of it. File sharing needs to be turned > off. Nicknames and rooms should able to be registered. You can use EFNet/dalnet's ircd, check in /usr/ports/irc or packages/irc. if you dont need nick-registrations ircu will probaly work better, you can install GNUWorld with web-interface and get "Undernet's X". (http://coder-com.undernet.org) > In addition, how do I set up a subdomain pointing to it? (For example, > irc.ourdomain.com). If you host the domain yourself(DNS) and using BIND you can add to zone-file: irc IN A your.ip.address or irc IN CNAME your.hostname. If you dont host it yourself, you need to do it where you have registered the domain. Most have a web-interface to do it.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51684.2001:730:11:4e:1:1:1:3.1060114950.squirrel>