---
title: NETunnelNetworkSettings
framework: networkextension
role: symbol
role_heading: Class
path: networkextension/netunnelnetworksettings
---

# NETunnelNetworkSettings

The configuration for a tunnel provider’s virtual interface.

## Declaration

```swift
class NETunnelNetworkSettings
```

## Topics

### Initializing tunnel network settings

- [init(tunnelRemoteAddress:)](networkextension/netunnelnetworksettings/init(tunnelremoteaddress:).md)

### Accessing tunnel network settings

- [tunnelRemoteAddress](networkextension/netunnelnetworksettings/tunnelremoteaddress.md)
- [dnsSettings](networkextension/netunnelnetworksettings/dnssettings.md)
- [NEDNSSettings](networkextension/nednssettings.md)
- [proxySettings](networkextension/netunnelnetworksettings/proxysettings.md)
- [NEProxySettings](networkextension/neproxysettings.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Inherited By

- [NEPacketTunnelNetworkSettings](networkextension/nepackettunnelnetworksettings.md)
- [NETransparentProxyNetworkSettings](networkextension/netransparentproxynetworksettings.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### App proxy provider

- [NEAppProxyProvider](networkextension/neappproxyprovider.md)
- [NETunnelProvider](networkextension/netunnelprovider.md)
- [NEProvider](networkextension/neprovider.md)
