Add missing comma to rspamd local_networks configuration
This commit is contained in:
parent
d426f724cd
commit
3876b23f75
|
@ -1,3 +1,3 @@
|
||||||
pidfile = false;
|
pidfile = false;
|
||||||
soft_reject_on_timeout = true;
|
soft_reject_on_timeout = true;
|
||||||
local_networks = "127.0.0.1/8, 10.0.0.0/8, 172.16.0.0/12 192.168.0.0/16";
|
local_networks = "127.0.0.1/8, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16";
|
||||||
|
|
Loading…
Reference in New Issue