fix rspam WebUI with IPv6
This commit is contained in:
parent
2b2077d46a
commit
d1b5f85fb3
@ -87,7 +87,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
rspamd.workers.controller.extraConfig = ''
|
rspamd.workers.controller.extraConfig = ''
|
||||||
secure_ip = ["0.0.0.0/0"];
|
secure_ip = ["0.0.0.0/0", "::"];
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# redis.enable = true;
|
# redis.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user