> ## 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.

> KubeSpanEndpointsConfig is a config document to configure KubeSpan endpoints.

# KubeSpanEndpointsConfig

```yaml theme={null}
apiVersion: v1alpha1
kind: KubeSpanEndpointsConfig
# A list of extra Wireguard endpoints to announce from this machine.
extraAnnouncedEndpoints:
    - 192.168.13.46:52000
```

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

  <tbody>
    <tr>
      <td>`extraAnnouncedEndpoints`</td>
      <td>\[]AddrPort</td>
      <td>A list of extra Wireguard endpoints to announce from this machine.<br /><br />Talos automatically adds endpoints based on machine addresses, public IP, etc.<br />This field allows to add extra endpoints which are managed outside of Talos, e.g. NAT mapping.</td>

      <td />
    </tr>
  </tbody>
</table>
