5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2025-02-28 19:51:34 +00:00

configuration.md: mention QUIC peering (#265)

This commit is contained in:
anteater 2024-02-22 19:53:59 +00:00 committed by GitHub
parent 9c7d186603
commit b701050404
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,7 @@ A peering URI will look similar to one of the following:
| **Direct TCP connection**: | `tcp://hostname:port` | | **Direct TCP connection**: | `tcp://hostname:port` |
| **Direct TCP+TLS connection**: | `tls://hostname:port` | | **Direct TCP+TLS connection**: | `tls://hostname:port` |
| **Direct QUIC connection**: | `quic://hostname:port` |
| **Via a SOCKS proxy**: | `socks://proxyhostname:proxyport/hostname:port` | | **Via a SOCKS proxy**: | `socks://proxyhostname:proxyport/hostname:port` |
By default, only link-local auto-peering is enabled. This connects devices that are connected directly to each other at layer 2, including devices on the same LAN, directly connected by ethernet or configured to use the same ad-hoc wireless network. By default, only link-local auto-peering is enabled. This connects devices that are connected directly to each other at layer 2, including devices on the same LAN, directly connected by ethernet or configured to use the same ad-hoc wireless network.