net/udprelay: remove experimental label from package docs
Update #cleanup Signed-off-by: Jordan Whited <jordan@tailscale.com>
This commit is contained in:
committed by
Jordan Whited
parent
85906b61f4
commit
f0ba1f3909
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user