> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NetServer CustomProxy element

> NetServer configuration values for custom proxy and communication with the internet.

Configuration values for **Custom Proxy** and communication with the internet.

```XML theme={null}
<CustomProxy>
  <add key="UseCustomProxyForPublicAccess" value="false" />
  <add key="CustomProxyHost" value="" />
  <add key="CustomProxyPort" value="" />
</CustomProxy>
```

| Name                               | Description                                                                                                                                                                                                |
| ---------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| CustomProxyHost                    | Host for custom proxy used when UseCustomProxyForPublicAccess or UseCustomProxyForIntegrationServer is set to true.                                                                                        |
| CustomProxyPort                    | Port for custom proxy used when UseCustomProxyForPublicAccess or UseCustomProxyForIntegrationServer is set to true.                                                                                        |
| CustomProxySSLPort                 | Port for custom SSL proxy used when UseCustomProxyForPublicAccess or UseCustomProxyForIntegrationServer is set to true and requires SSL on a custom port.                                                  |
| UseCustomProxyForIntegrationServer | Use Custom Proxy server, even for local addresses, when communicating to ErpSync and Remote (Online) Quote Connector. This value overrides machine and other config default settings for the proxy server. |
| UseCustomProxyForPublicAccess      | Use Custom Proxy server, even for local addresses, when communicating to public internet services. This value overrides machine and other config default settings for the proxy server.                    |
| UseCustomProxyForWebhooks          | Use Custom Proxy server, even for local addresses, when communicating to webhook services. This value overrides machine and other config default settings for the proxy server.                            |

See the [NetServer Core reference][1] for details about handling this programmatically.

[1]: https://github.com/SuperOfficeDocs/superoffice-docs/blob/main/docs/en/api/reference/netserver/core/SuperOffice.Configuration.ConfigFile.CustomProxy.yml


## Related topics

- [NetServer Webhooks element](/en/onsite/web-config/webhooks.md)
- [NetServer Security element](/en/onsite/web-config/security.md)
- [Calling SOAP using the NetServer proxy](/en/api/web-services/proxies/built-in.md)
- [NetServer Factory element](/en/onsite/web-config/factory.md)
- [NetServer CustomerService element](/en/onsite/web-config/customerservice.md)
- [NetServer ClientConfigurationProvider element (SuperOffice only)](/en/onsite/web-config/clientconfigurationprovider.md)
