From 56573b50a653966ac9e8142886a52014c68654fa Mon Sep 17 00:00:00 2001 From: des Date: Mon, 23 Sep 2013 17:35:23 +0000 Subject: [PATCH] Ensure that resolvconf(8) preserves the edns0 setting. Approved by: re (blanket) --- usr.sbin/unbound/local-setup/local-unbound-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/unbound/local-setup/local-unbound-setup.sh b/usr.sbin/unbound/local-setup/local-unbound-setup.sh index 11561ac63a68..9996df53ad9f 100755 --- a/usr.sbin/unbound/local-setup/local-unbound-setup.sh +++ b/usr.sbin/unbound/local-setup/local-unbound-setup.sh @@ -157,6 +157,7 @@ gen_resolv_conf() { gen_resolvconf_conf() { echo "# Generated by $self" echo "name_servers=\"127.0.0.1\"" + echo "resolv_conf_options=\"edns0\"" echo "unbound_conf=\"${forward_conf}\"" echo "unbound_pid=\"${pidfile}\"" echo "unbound_service=\"${service}\""