---
title: proxySettings
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nevpnprotocol/proxysettings
---

# proxySettings

The proxy settings to use for HTTP and HTTPS connections that route through the VPN.

## Declaration

```swift
@NSCopying var proxySettings: NEProxySettings? { get set }
```

## Discussion

Discussion While operating under an established VPN tunnel, HTTP and HTTPS connections inside the tunnel use the given proxy settings.

## See Also

### Configuring the VPN

- [serverAddress](networkextension/nevpnprotocol/serveraddress.md)
- [disconnectOnSleep](networkextension/nevpnprotocol/disconnectonsleep.md)
