1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-11-24 08:32:50 +02:00

Enable DNSSEC for resolver in rspamd

This commit is contained in:
andryyy 2016-12-13 13:55:57 +01:00
parent b296ee4424
commit 61da76db4e

View File

@ -0,0 +1,3 @@
dns {
enable_dnssec = true;
}