mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
rspamd: also whitelist ipv6
This commit is contained in:
parent
d58be54704
commit
f0a1129c7d
|
@ -7,7 +7,7 @@
|
|||
postfix.enable = true;
|
||||
locals = {
|
||||
"worker-controller.inc".text = ''
|
||||
secure_ip = "0.0.0.0/0";
|
||||
secure_ip = [ "0.0.0.0/0", "::/0"];
|
||||
bind_socket = "0.0.0.0:11334";
|
||||
'';
|
||||
"redis.conf".text = ''
|
||||
|
|
Loading…
Reference in a new issue