/etc/conf.d/dhcpd (1)

From RaySoft
#-----------------------------------------------------------------------
# dhcpd
# =====
#
# Project   Gentoo 4 Shuttle DS57Ux
# Scope     Gentoo
# Copyright (C) 2022 by RaySoft, Zurich, Switzerland
# License   GNU General Public License (GPL) 2.0
#           https://www.gnu.org/licenses/gpl2.txt
#
#-----------------------------------------------------------------------

# 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.
DHCPD_IFACE="eno1"

# Insert any other dhcpd options - see the man page for a full list.
#
# The server either operates as a DHCPv6 server or a DHCP server,
# but not both at the same time. To run as a DHCPv6 server, use
# the -6 flag. To run as a DHCP server, use the -4 flag. If neither
# is used, the default is to run as a DHCPv6 server.
DHCPD_OPTS="-4"