mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01: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"];
|
|
}
|
|
|