How does Windows actually detect LAN (proxy) settings when using Automatic Configuration

后端 未结 6 700
暖寄归人
暖寄归人 2020-12-02 06:39

When Windows Internet Properties -> Connections -> LAN Settings -> Automatic Configuration is set to \"Automatically detect settings\" how does Windows actually determine/di

相关标签:
6条回答
  • 2020-12-02 07:20

    It's a network broadcast, usually using DHCP.

    That there wikipedia page should tell you all you need to know.

    0 讨论(0)
  • 2020-12-02 07:31

    This info about WPAD (Web Proxy Auto Discovery) seems to describe the process in detail, though I have confirmed that what Tomalak says is also actually occurring.

    0 讨论(0)
  • 2020-12-02 07:35

    The IE configuration described enables a WPAD implementation. Here's the Microsoft explanation of the entire mechanism (probably too much detail for a single post).

    0 讨论(0)
  • 2020-12-02 07:40

    Its DHCP ;)

    In modern systems it is DHCP who does this all.

    0 讨论(0)
  • 2020-12-02 07:41

    •Go to Tools > Options > General > Connection Settings > •Set to “Manual Proxy Configuration”

    0 讨论(0)
  • 2020-12-02 07:44

    Its simple: Browsers (Firefox works the same) query GET http://wpad/wpad.dat.

    If a web server named wpad is resolveable, it should serve wpad.dat, a script file analog to netscape PAC files. MIME type must also be "application/x-ns-proxy-autoconfig".

    0 讨论(0)
提交回复
热议问题