Only running on localhost..

These are old archives. They are kept for historic purposes only.
Post Reply
hemhuli
Posts: 1
Joined: Tue Feb 08, 2011 8:50 pm

Only running on localhost..

Post by hemhuli »

Hello, could you please help me, to get unrealircd to run just on localhost, only the accounts logged to the box can connect?
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Only running on localhost..

Post by katsklaw »

hemhuli wrote:Hello, could you please help me, to get unrealircd to run just on localhost, only the accounts logged to the box can connect?
That's easy, use the IP of 127.0.0.1 in every listen block you have. Unless it's a public shell provider. If it is ask them to set-up a virtual adapter on lo and a 127.0.0.x IP or if it's ok to use 127.0.0.1.

Code: Select all

listen 127.0.0.1:6667;
Post Reply