---
title: "nw_proxy_config_get_failover_allowed(_:)"
framework: network
role: symbol
role_heading: Function
path: "network/nw_proxy_config_get_failover_allowed(_:)"
---

# nw_proxy_config_get_failover_allowed(_:)

Checks if a proxy configuration allows failover to non-proxied connections.

## Declaration

```swift
func nw_proxy_config_get_failover_allowed(_ proxy_config: nw_proxy_config_t) -> Bool
```

## Parameters

- `proxy_config`: The proxy configuration to check.

## Return Value

Return Value A Boolean that indicates whether or not a proxy configuration allows failover to non-proxied connections.
