---
title: exceptionList
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/neproxysettings/exceptionlist
---

# exceptionList

An array of domain name patterns. If the destination host name of an HTTP connection matches one of these patterns then the proxy settings will not be used for the connection.

## Declaration

```swift
var exceptionList: [String]? { get set }
```

## Discussion

Discussion The pattern strings may contain ‘*’ characters as wildcards.

## See Also

### Accessing General Proxy Properties

- [excludeSimpleHostnames](networkextension/neproxysettings/excludesimplehostnames.md)
- [matchDomains](networkextension/neproxysettings/matchdomains.md)
