Date: Thu, 13 Jun 2013 12:06:39 -0700 From: Darren Pilgrim <darren.pilgrim@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: How to force a static /etc/resolv.conf? Message-ID: <51BA183F.2030004@gmail.com> In-Reply-To: <51B91679.1070405@gmail.com> References: <51B91679.1070405@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2013-06-12 17:46, Darren Pilgrim wrote: > How do I tell resolvconf to always use a static configuration or, better > yet, to not muck with /etc/resolv.conf at all? According to the project developer, the answer is to have resolvconf not touch /etc/resolv.conf by put the following in /etc/resolvconf.conf resolv_conf="/dev/null" Then you just edit /etc/resolv.conf directly.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51BA183F.2030004>