<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "NetworkExtension",
  "identifier" : "/documentation/NetworkExtension/NEDNSProxyManager/isEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Network Extension"
    ],
    "preciseIdentifier" : "c:objc(cs)NEDNSProxyManager(py)enabled"
  },
  "title" : "isEnabled"
}
-->

# isEnabled

The status of a DNS proxy.

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

## Discussion

Only one DNS proxy can be active in the system at a time. Therefore, setting this property to <doc://com.apple.documentation/documentation/Swift/true> disables any DNS proxy configurations of other apps. Similarly, the system sets this property to <doc://com.apple.documentation/documentation/Swift/false> when any other DNS proxy configuration is enabled.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)