Initial commit
This commit is contained in:
14
WF/default_isc-dhcp-server.WF
Normal file
14
WF/default_isc-dhcp-server.WF
Normal file
@ -0,0 +1,14 @@
|
||||
# Defaults for dhcp initscript
|
||||
# sourced by /etc/init.d/dhcp
|
||||
# installed at /etc/default/isc-dhcp-server by the maintainer scripts
|
||||
|
||||
#
|
||||
# This is a POSIX shell fragment
|
||||
#
|
||||
|
||||
# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
|
||||
# Separate multiple interfaces with spaces, e.g. "eth0 eth1".
|
||||
#INTERFACES=""
|
||||
INTERFACESv4="eth1 eth2"
|
||||
INTERFACESv6=""
|
||||
|
Reference in New Issue
Block a user