mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-10-13 04:24:06 +08:00
13 lines
381 B
Markdown
13 lines
381 B
Markdown
---
|
|
title: Endpoint Discovery
|
|
---
|
|
|
|
# Endpoint Discovery
|
|
|
|
The endpoint discovery finds usable WireGuard endpoint addresses for remote peers using [Interactive Connectivity Establishment (ICE)](https://en.wikipedia.org/wiki/Interactive_Connectivity_Establishment).
|
|
|
|
## Configuration
|
|
|
|
import ExampleConfig from '../../src/components/ExampleConfig';
|
|
|
|
<ExampleConfig section="epdisc" /> |