diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-09-08 21:24:08 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-09-08 21:24:08 +0000 |
commit | 317e0d5b9148dc8332128a2e63faa431000dd0ed (patch) | |
tree | d424fe57dc5e5032da74635a4eae0662173e36d7 /dhcp3 | |
parent | c2e2c4d2435f679b20080d974413c6356f9c53c9 (diff) |
Add WPAD config snippet.
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"; |