> ## Documentation Index
> Fetch the complete documentation index at: https://siderolabs-fe86397c-1-11-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> NetworkDefaultActionConfig is a ingress firewall default action configuration document.

# NetworkDefaultActionConfig

```yaml
apiVersion: v1alpha1
kind: NetworkDefaultActionConfig
ingress: accept # Default action for all not explicitly configured ingress traffic: accept or block.
```

| Field     | Type          | Description                                                                        | Value(s)                    |
| --------- | ------------- | ---------------------------------------------------------------------------------- | --------------------------- |
| `ingress` | DefaultAction | Default action for all not explicitly configured ingress traffic: accept or block. | `accept`<br />`block`<br /> |
