blob: 57c0e0c7c549beb86a189ad490b56c90f5eb2a9e (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/conf.dhcpd,v 1.5 2004/03/06 03:30:53 vapier Exp $
#configure which interface or interfaces to for dhcp to listen on
#list all interfaces space separated.
IFACE="eth0"
# Insert any other options needed
DHCPD_OPTS=""
|