diff options
Diffstat (limited to 'dhcp3')
-rw-r--r-- | dhcp3/dhcpd.hosts.wpad | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dhcp3/dhcpd.hosts.wpad b/dhcp3/dhcpd.hosts.wpad new file mode 100644 index 0000000..31fd891 --- /dev/null +++ b/dhcp3/dhcpd.hosts.wpad @@ -0,0 +1,5 @@ +# WPAD (Web Proxy Auto Disocvery Protocol) options +# Beware that Microsoft resolves hostname ahead, and asks A record +# (if CNAME) or IP (if A), so consider using default virtual host +option auto-proxy-config code 252 = string; +option auto-proxy-config "http://wpad.dgi-huset.dk/wpad.pac"; |