mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-20 01:01:24 +02:00
To not run into rate-limits when resolving DNS records from rspamd, use our own local recursive resolver.
5 lines
46 B
PHP
5 lines
46 B
PHP
dns {
|
|
nameserver = ["127.0.0.1:5353"];
|
|
}
|
|
|