shell-things/etc/unbound/unbound.conf.d/mixed-case-queries.conf

10 lines
310 B
Plaintext

# Mix DNS query cases (0x20) in an attempt to make DNS cache poisoning more
# expensive. I am curious if this will break things.
# Seems to have no effect for forwarded queries (understandable).
server:
use-caps-for-id: yes
#caps-exempt: "example.org"
#caps-exempt: "example.net"
# vim: filetype=unbound.conf