|
|
|
@ -1,9 +1,9 @@ |
|
|
|
// Copyright (c) Tailscale Inc & contributors
|
|
|
|
// Copyright (c) Tailscale Inc & contributors
|
|
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
|
|
|
|
|
|
|
|
// Package udprelay contains constructs for relaying Disco and WireGuard packets
|
|
|
|
// Package udprelay contains a relay server implementation for relaying Disco
|
|
|
|
// between Tailscale clients over UDP. This package is currently considered
|
|
|
|
// and WireGuard packets between Tailscale clients over UDP. This relay
|
|
|
|
// experimental.
|
|
|
|
// functionality is also known as Tailscale Peer Relays.
|
|
|
|
package udprelay |
|
|
|
package udprelay |
|
|
|
|
|
|
|
|
|
|
|
import ( |
|
|
|
import ( |
|
|
|
|