summaryrefslogtreecommitdiff
path: root/dhcp3/dhcpd.wpad
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2004-10-06 21:02:12 +0000
committerJonas Smedegaard <dr@jones.dk>2004-10-06 21:02:12 +0000
commitdd572eae7639d05066e3d3f8fcde8988f5dbc7b1 (patch)
tree90f986bcb5f1cf21556478fe591942bce80ec666 /dhcp3/dhcpd.wpad
parentfa78451ebd444f11e98f81df5265e3c7415ef7fa (diff)
Add somewhat generic dhcpd addon snippets.
Diffstat (limited to 'dhcp3/dhcpd.wpad')
-rw-r--r--dhcp3/dhcpd.wpad10
1 files changed, 10 insertions, 0 deletions
diff --git a/dhcp3/dhcpd.wpad b/dhcp3/dhcpd.wpad
new file mode 100644
index 0000000..33bae60
--- /dev/null
+++ b/dhcp3/dhcpd.wpad
@@ -0,0 +1,10 @@
+# Web Proxy Auto-Discovery Protocol (described in RFC 3040, used in
+# Microsoft Internet Explorer 5.0 and later and maybe Mozilla).
+option wpad-url code 252 = text;
+
+# Sample domain config
+
+# Beware that Microsoft Internet Explorer resolves hostname ahead,
+# (A record if CNAME record provided, and raw IP if A record provided),
+# so use the default web host if serving name-based virtual hosts.
+#option auto-proxy-config "http://wpad.example.net/wpad.pac";