Ensure that resolvconf(8) preserves the edns0 setting.

Approved by:	re (blanket)
This commit is contained in:
des 2013-09-23 17:35:23 +00:00
parent 64fbf75855
commit 56573b50a6

View File

@ -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}\""