> ## Documentation Index
> Fetch the complete documentation index at: https://docs.siderolabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

> NetworkDefaultActionConfig is a ingress firewall default action configuration document.

# NetworkDefaultActionConfig

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

<table>
  <thead>
    <tr>
      <th>Field</th>
      <th>Type</th>
      <th>Description</th>
      <th>Value(s)</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>`ingress`</td>
      <td>DefaultAction</td>
      <td>Default action for all not explicitly configured ingress traffic: accept or block.</td>
      <td>`accept`<br />`block`<br /></td>
    </tr>
  </tbody>
</table>
