summaryrefslogtreecommitdiff
path: root/etc/dhcp/common.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/dhcp/common.conf')
-rw-r--r--etc/dhcp/common.conf9
1 files changed, 9 insertions, 0 deletions
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;