mirror of
https://github.com/osmarks/ngircd.git
synced 2025-07-27 05:02:49 +00:00
ngircd.sock: explicitely bind to IPv4 and IPv6 addresses
This commit is contained in:
parent
69c3f96998
commit
2cb7023e28
@ -2,8 +2,9 @@
|
|||||||
Description=Next Generation IRC Daemon (Socket)
|
Description=Next Generation IRC Daemon (Socket)
|
||||||
|
|
||||||
[Socket]
|
[Socket]
|
||||||
ListenStream=6667
|
BindIPv6Only=ipv6-only
|
||||||
#ListenStream=6668
|
ListenStream=0.0.0.0:6667
|
||||||
|
#ListenStream=[::]:6667
|
||||||
IPTOS=low-delay
|
IPTOS=low-delay
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user