summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/dhcp/backup.conf2
-rw-r--r--etc/dhcp/primary.conf2
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/dhcp/backup.conf b/etc/dhcp/backup.conf
index 49d0b45..55738d0 100644
--- a/etc/dhcp/backup.conf
+++ b/etc/dhcp/backup.conf
@@ -3,6 +3,7 @@ option domain-name-servers virtualip.random.lan, dns1.random.lan, dns2.random.la
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;
@@ -44,4 +45,5 @@ subnet 10.10.0.0 netmask 255.255.0.0 {
primary dns1.random.lan;
key updatekey;
}
+ option local-proxy-config "http://wpad.random.lan/wpad.dat";
}
diff --git a/etc/dhcp/primary.conf b/etc/dhcp/primary.conf
index 7465e49..f497735 100644
--- a/etc/dhcp/primary.conf
+++ b/etc/dhcp/primary.conf
@@ -3,6 +3,7 @@ option domain-name-servers virtualip.random.lan, dns1.random.lan, dns2.random.la
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;
@@ -45,4 +46,5 @@ subnet 10.10.0.0 netmask 255.255.0.0 {
primary dns1.random.lan;
key updatekey;
}
+ option local-proxy-config "http://wpad.random.lan/wpad.dat";
}