Only running on localhost..
Posted: Tue Feb 08, 2011 8:53 pm
Hello, could you please help me, to get unrealircd to run just on localhost, only the accounts logged to the box can connect?
Welcome to the UnrealIRCd Forums!
https://forums.unrealircd.org/
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.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?
Code: Select all
listen 127.0.0.1:6667;