From 075ccbf93d9dcf82e39cfafa9f33abdd43de723d Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 2 Apr 2021 16:29:50 +0100 Subject: Shared files for dhcpd --- etc/dhcp/common.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 etc/dhcp/common.conf (limited to 'etc/dhcp/common.conf') diff --git a/etc/dhcp/common.conf b/etc/dhcp/common.conf new file mode 100644 index 0000000..a8946f0 --- /dev/null +++ b/etc/dhcp/common.conf @@ -0,0 +1,9 @@ +option domain-name "random.lan"; +option domain-name-servers virtualip.random.lan, dns1.random.lan, dns2.random.lan; +option ntp-servers firebrand.random.lan, defiant.random.lan; +option smtp-server smtp.random.lan; +option routers gateway.random.lan; +option local-proxy-config code 252 = text; +default-lease-time 172800; +max-lease-time 172800; +ddns-update-style interim; -- cgit v1.2.3