# This file is managed by Helm
#
# The default ROUTER_DNSLOOKUP_IGNORE_TARGET_HOSTS wants to ignore
# the private IP addresses (See RFC1918 and RFC4193) when looking
# up MX records; this is not necessarily suitable in a k8s cluster
# where mail servers may be on private networks.
ROUTER_DNSLOOKUP_IGNORE_TARGET_HOSTS = <; 0.0.0.0 ; 127.0.0.0/8 ; 169.254.0.0/16 ; 255.255.255.255 ; ::/128 ; ::1/128 ; fe80::/10

# Local Variables:
# mode: conf-space
# compile-command: "make -C ../../../.. diff"
# End:
