Create dhclient.conf
This commit is contained in:
parent
ec0dfca06d
commit
d81a3a8b85
1 changed files with 10 additions and 0 deletions
10
FreeBSD/etc/dhclient.conf
Normal file
10
FreeBSD/etc/dhclient.conf
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
# This file is required by the ISC DHCP client.
|
||||||
|
# See ``man 5 dhclient.conf'' for details.
|
||||||
|
#
|
||||||
|
# In most cases an empty file is sufficient for most people as the
|
||||||
|
# defaults are usually fine.
|
||||||
|
#
|
||||||
|
#
|
||||||
|
supersede domain-name-servers 127.0.0.1;
|
Loading…
Reference in a new issue