15 lines
371 B
Plaintext
15 lines
371 B
Plaintext
# DHCP Relay Server Configuration file for Pisi Linux
|
|
|
|
# Configure which interface or interfaces to for dhcpd to listen on.
|
|
# List all interfaces space separated. If this is not specified then
|
|
# we listen on all interfaces.
|
|
#
|
|
# DHCPv4 only
|
|
INTERFACES=""
|
|
|
|
#DHCPv4 only
|
|
DHCP_SERVERS=""
|
|
|
|
# Insert any other dhcpd options - see the man page for a full list.
|
|
DHCRELAY_ARGS=""
|