---
title: includedRoutes
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/neipv4settings/includedroutes
---

# includedRoutes

The IPv4 network traffic that the system routes to the TUN interface.

## Declaration

```swift
var includedRoutes: [NEIPv4Route]? { get set }
```

## Mentioned in

Routing your VPN network traffic

## Discussion

Discussion If you include the default route (0.0.0.0/0 or ::/0) in this property, the system routes traffic that doesn’t match a specific rule in the system routing table through the VPN.

## See Also

### Routing network traffic

- [excludedRoutes](networkextension/neipv4settings/excludedroutes.md)
- [NEIPv4Route](networkextension/neipv4route.md)
