Have rspamd listen on ipv6 as well

This commit is contained in:
kaiyou
2017-06-15 20:43:29 +02:00
parent 4bdd8c1df5
commit 633d93aa8c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
worker {
bind_socket = "0.0.0.0:11334";
bind_socket = "*:11334";
type = "controller";
count = 1;
password = "mailu";