summaryrefslogtreecommitdiff
path: root/dhcp3/dhcpd.wpad
blob: 33bae6044eb09916b5934cf29ad80b69c738cda0 (plain)
  1. # Web Proxy Auto-Discovery Protocol (described in RFC 3040, used in
  2. # Microsoft Internet Explorer 5.0 and later and maybe Mozilla).
  3. option wpad-url code 252 = text;
  4. # Sample domain config
  5. # Beware that Microsoft Internet Explorer resolves hostname ahead,
  6. # (A record if CNAME record provided, and raw IP if A record provided),
  7. # so use the default web host if serving name-based virtual hosts.
  8. #option auto-proxy-config "http://wpad.example.net/wpad.pac";