Ensure that resolvconf(8) preserves the edns0 setting.

Approved by:	re (blanket)
This commit is contained in:
Dag-Erling Smørgrav 2013-09-23 17:35:23 +00:00
parent cda7fc92b7
commit 98e2cd036d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255819

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