mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
The EDNS Client Subnet header can provide a more accurate location of the client, especially if the client is not near the recursive resolver, so use it if it's provided.
13 lines
406 B
Django/Jinja
13 lines
406 B
Django/Jinja
setgid=powerdns
|
|
setuid=powerdns
|
|
local-address={{ ipv4_address }},{{ ipv6_address }}
|
|
webserver=yes
|
|
webserver-address=0.0.0.0
|
|
webserver-allow-from=127.0.0.1,::1,{{ hostvars['monitoring.archlinux.org']['wireguard_address'] }}
|
|
launch=geoip
|
|
geoip-database-files=/var/lib/GeoIP/GeoLite2-City.mmdb
|
|
geoip-zones-file=/etc/powerdns/geo.yml
|
|
enable-lua-records
|
|
lua-health-checks-interval=60
|
|
edns-subnet-processing=yes
|