local_addrs from mynetworks in rspamd

This commit is contained in:
Nek0 - 2021-10-16 18:17:09 +02:00
parent b666d334b9
commit b1b4d8c994
1 changed files with 2 additions and 1 deletions

View File

@ -657,7 +657,8 @@ in
"options.inc" = {
enable = true;
text = ''
local_addrs = "127.0.0.0/8, ::1, 10.0.0.0/8, 2a01:4f8:222:2b41::/64";
#local_addrs = "127.0.0.0/8, ::1, 10.0.0.0/8, 2a01:4f8:222:2b41::/64";
local_addrs = ${builtins foldl (acc: a: acc + a + " ") "" mynetworks}
dns {
nameserver = ["10.0.0.53:53:10"];
}