rspamd: fix used dns nameserver
This commit is contained in:
parent
8c33e03d8a
commit
6631d4fd99
|
@ -24,6 +24,7 @@
|
|||
src: "rspamd/{{ item }}"
|
||||
dest: "/etc/rspamd/local.d/{{ item }}"
|
||||
with_items:
|
||||
- options.inc
|
||||
- arc.conf
|
||||
- classifier-bayes.conf
|
||||
- dkim_signing.conf
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
dns {
|
||||
nameserver = ["127.0.0.1:53:10"];
|
||||
}
|
Loading…
Reference in New Issue