Module: ngircd.git Branch: master Commit: 2cb7023e2835e9c29bec5a6d3a911894c847005d URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=2cb7023e2... Author: Alexander Barton <alex@barton.de> Date: Sun Feb 10 20:37:55 2013 +0100 ngircd.sock: explicitely bind to IPv4 and IPv6 addresses --- contrib/ngircd.socket | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/ngircd.socket b/contrib/ngircd.socket index 3838efc..1c0cc00 100644 --- a/contrib/ngircd.socket +++ b/contrib/ngircd.socket @@ -2,8 +2,9 @@ Description=Next Generation IRC Daemon (Socket) [Socket] -ListenStream=6667 -#ListenStream=6668 +BindIPv6Only=ipv6-only +ListenStream=0.0.0.0:6667 +#ListenStream=[::]:6667 IPTOS=low-delay [Install]