fix rspam WebUI with IPv6

This commit is contained in:
nyanloutre 2024-02-22 11:11:06 +01:00
parent 2b2077d46a
commit d1b5f85fb3
1 changed files with 1 additions and 1 deletions

View File

@ -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;