1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-09 02:06:04 +02:00

dyn_dns: Enable EDNS subnet processing for more accurate geodns

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.
This commit is contained in:
Kristian Klausen 2023-09-28 19:21:49 +02:00
parent 8915555a4b
commit 9b45d8564b
No known key found for this signature in database
GPG Key ID: E2BE346E410366C3

View File

@ -9,3 +9,4 @@ 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