---
title: isEnabled
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nednsproxymanager/isenabled
---

# isEnabled

The status of a DNS proxy.

## Declaration

```swift
var isEnabled: Bool { get set }
```

## Discussion

Discussion Only one DNS proxy can be active in the system at a time. Therefore, setting this property to true disables any DNS proxy configurations of other apps. Similarly, the system sets this property to false when any other DNS proxy configuration is enabled.

## See Also

### Accessing DNS proxy configuration properties

- [providerProtocol](networkextension/nednsproxymanager/providerprotocol.md)
- [localizedDescription](networkextension/nednsproxymanager/localizeddescription.md)
