shell-things/etc/unbound/unbound.conf.d/ecs.conf.sample

19 lines
576 B
Plaintext
Raw Normal View History

2024-05-03 16:34:07 +02:00
# This will only affect servers that are accessed with public IP address!
server:
2024-05-03 16:34:07 +02:00
#module-config: "ipsecmod validator iterator"
# subnetcache must be loaded for ecs
module-config: "subnetcache validator iterator"
# Send ECS everywhere always
client-subnet-zone: "."
2024-05-03 16:34:07 +02:00
client-subnet-always-forward: yes
# Send different subnet size
#max-client-subnet-ipv6: "16"
2024-05-03 16:34:07 +02:00
#max-client-subnet-ipv4: "0"
2024-05-03 16:34:07 +02:00
# IP address to send client subnets TO. Optionally /CIDR can be appended.
# This actually means AUTHORITY servers!
#send-client-subnet:
#send-client-subnet:
# vim: filetype=unbound.conf