aboutsummaryrefslogtreecommitdiffstats
path: root/clfs/default/dhcpd
diff options
context:
space:
mode:
Diffstat (limited to 'clfs/default/dhcpd')
-rw-r--r--clfs/default/dhcpd12
1 files changed, 12 insertions, 0 deletions
diff --git a/clfs/default/dhcpd b/clfs/default/dhcpd
new file mode 100644
index 0000000..af6bf30
--- /dev/null
+++ b/clfs/default/dhcpd
@@ -0,0 +1,12 @@
+# Begin /etc/default/dhcpd
+
+# On which interfaces should the DHCP Server (dhcpd) serve DHCP requests
+# Separate multiple interfaces with spaces, e.g. "eth0 eth1".
+# By default, dhcpd will listen on all available interfaces. In that
+# case, use -4 or -6 in the DHCPD_OPTS below to listen on IPv4 or IPv6
+DHCPD_INTERFACES=""
+
+# Additional options that you want to pass to the DHCP Server Daemon
+DHCPD_OPTS=""
+
+# End /etc/default/dhcpd