var img = document.createElement('img'); img.src = "https://matomo.0l.de/piwik.php?idsite=5&rec=1&url=https://cunicu.li" + location.pathname; img.style = "border:0"; img.alt = "tracker"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(img,s);
Skip to main content

Endpoint Discovery

The endpoint discovery finds usable WireGuard endpoint addresses for remote peers using Interactive Connectivity Establishment (ICE).

Configuration

The following settings can be used in the main section of the configuration file or with-in the interfaces section to customize settings of an individual interface.

discover_endpoints
boolean (Endpoint Discovery)
Default: true

Enable/disable endpoint discovery.

object (IceSettings)

Interactive Connectivity Establishment (ICE) parameters.

{
  • "discover_endpoints": true,
  • "ice": {
    }
}