--- title: NetworkProxy DDF file description: View the XML file containing the device description framework (DDF) for the NetworkProxy configuration service provider. ms.date: 01/18/2024 --- # NetworkProxy DDF file The following XML file contains the device description framework (DDF) for the NetworkProxy configuration service provider. ```xml ]> 1.2 NetworkProxy ./Vendor/MSFT The root node for the NetworkProxy configuration service provider. 10.0.15063 1.0 0x4;0x1B;0x30;0x31;0x48;0x54;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x88;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xAF;0xBC;0xBF;0xCA;0xCB;0xCD;0xCF; ProxySettingsPerUser 1 When set to 0, it enables proxy configuration as global, machine wide. 10.0.17134 1.0 0 Proxy configuration is global, machine wide. 1 Proxy configuration is per user. AutoDetect 1 Automatically detect settings. If enabled, the system tries to find the path to a PAC script. 0 Disabled 1 Enabled SetupScriptUrl Address to the PAC script you want to use. ProxyServer Node for configuring a static proxy for Ethernet and Wi-Fi connections. The same proxy server is used for all protocols - including HTTP, HTTPS, FTP, and SOCKS. These settings do not apply to VPN connections. ProxyAddress [“:”]. ]]> Exceptions Addresses that should not use the proxy server. The system will not use the proxy server for addresses beginning with what is specified in this node. Use semicolons (;) to separate entries. UseProxyForLocalAddresses 0 Specifies whether the proxy server should be used for local (intranet) addresses. Valid values: 0 Use proxy server for local addresses 1 Do not use proxy server for local addresses ``` ## Related articles [NetworkProxy configuration service provider reference](networkproxy-csp.md)